-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import dataset from FiftyOne #1344
Comments
Hi @mmoollllee, thank you for bring this issue!
In order to resolve the problem 1, we have two different solutions.
The next one is leveraging the Kaggle format, which is newly introduced in Datumaro 2.0.0 to import an unregularized data as FiftyOne did. Instead, we require to add more argument for the use of Kaggle importer in Datumaro as below.
As a result, please use Datumaro 2.0.0 for importing FiftyOne exported dataset with one of above code lines. |
Awesome! Thanks for your feedback. I'll retry as soon as v2.0.0 is out :) |
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: