Configuration
predictions_incompatible_with_dataset(model_type, dataset_type)
ΒΆ
The incompatibility occurs when we mix classification with detection - as detection-based predictions are partially compatible (for instance - for key-points detection we may register bboxes from object detection and manually provide key-points annotations)
Source code in inference/core/active_learning/configuration.py
203 204 205 206 207 208 209 210 211 212 213 214 |
|