You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
First time useing datumaro. My goal ist to tile my dataset. I'm already failing with importing the dataset. I exported it with FiftyOne to COCO and CVAT Images so far. Both import attempts in Datumaro Python failed with errors like this.
I'm wondering what the best workflow is to transfer a dataset from Voxel51 FiftyOne to Datumaro?
Dataset.import_from(args.path, "cvat")
# datumaro.components.errors.DatasetImportError: Failed to import dataset 'cvat' at '/Users/user/Desktop/dataset-folder'.Dataset.import_from(args.path, "coco_instances")
# datumaro.components.errors.DatasetImportError: Failed to import dataset 'coco_instances' at '/Users/user/Desktop/dataset-folder'.
Describe the solution you'd like
Best case
Provide a API to download data directly from FiftyOne.
Or
A example of how successfully import a dataset after exporting it from Fiftyone.
Additional context
I've tried COCO, VOC, CVAT & Yolo Format. None worked, but with different output using datum dinfo:
As it doesn't print categories I checked the dataset.yaml in the YOLO Dataset:
names:
0: van
1: person
...
path: /Users/user/Desktop/dataset-folder
val: ./images/val/
With some folder structure and file renaming I get these errors with datum dinfo and COCO format.
2024-03-14 10:31:50,910 WARNING: Category id of '0' is reserved for no class (background) but category named 'bike' with id of '0' is found in /Users/user/Desktop/dataset-folder/annotations/instances_default.json. Please be warned that annotations with category id of '0' would have `None` as label. (https://openvinotoolkit.github.io/datumaro/latest/docs/explanation/formats/coco.html#import-coco-dataset)
2024-03-14 10:31:50,911 ERROR: Failed to parse revspec:
Can't find project at 'Failed to find project at '/Users/user/Desktop/dataset-folder. Specify project path with '-p/--project' or in the target pathspec.'
Failed to import dataset 'coco' at '/Users/user/Desktop/dataset-folder'.
The text was updated successfully, but these errors were encountered:
Actions before raising this issue
Is your feature request related to a problem? Please describe.
First time useing datumaro. My goal ist to tile my dataset. I'm already failing with importing the dataset. I exported it with FiftyOne to COCO and CVAT Images so far. Both import attempts in Datumaro Python failed with errors like this.
I'm wondering what the best workflow is to transfer a dataset from Voxel51 FiftyOne to Datumaro?
Describe the solution you'd like
Best case
Provide a API to download data directly from FiftyOne.
Or
A example of how successfully import a dataset after exporting it from Fiftyone.
Additional context
I've tried COCO, VOC, CVAT & Yolo Format. None worked, but with different output using
datum dinfo
:As it doesn't print categories I checked the
dataset.yaml
in the YOLO Dataset:With some folder structure and file renaming I get these errors with
datum dinfo
and COCO format.The text was updated successfully, but these errors were encountered: