Exporting Annotations in a YOLO Format #1105
mwilson703
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi, there is no official YOLO Biigle report, but you could export in Coco file format and then use the python fiftyone tool to convert to Yolo. Here is the command to do so for YoloV5 dataset: If you run the command twice once with split=val and once with split=train but with the same output-dir, but two different coco input files it will not overwrite the dataset.yaml but just add the train and val datasets respectively. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if species level annotations can be exported from biigle as a YOLO format?
Any guidance is super appreciated, thank you!!
Beta Was this translation helpful? Give feedback.
All reactions