forked from open-edge-platform/datumaro
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Most of the time (some tests for it here and here) we expect importers to work successfully with empty datasets. But even if we can export such datasets, in some formats, we cant detect them "back" with detect_dataset method. That happens because detector methods expect annotations not to be empty and throw an error like:
"'/gt.txt' must be a ICDAR-like annotation file"
List of formats:
- CamVid (detector)
- Imagenet (detector)
- Icdar (IcdarWordRecognitionImporter, IcdarTextLocalizationImporter - some problem with path, IcdarTextSegmentationImporter -
.txtfile required per each.bmp)
The solution here may be correcting the detection code so it can accept empty files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels