0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
314 stars 39 forks source link

Load COCO/YOLO annotation #46

Open YamenMHR opened 1 year ago

YamenMHR commented 1 year ago

Is there any way to load annotation in COCO/YOLO format and modify it? This would be very helpful.

0ssamaak0 commented 1 year ago

currently not, but it's a good idea we may add it later

Thanks for your feedback 😄

Alcatraz0000 commented 1 year ago

There was some workarounds at the moment to load annotation also without a dedicated functionality?

0ssamaak0 commented 1 year ago

@Alcatraz0000 unfortunately not, the JSON files read by DLTA-AI is similar to COCO annotations, but it needs some work to make them identical

joshuahaddad commented 7 hours ago

I use https://github.com/ultralytics/JSON2YOLO to convert from COCO format to YOLO format at work. May be helpful to look at their source code and inverse it.