Open YamenMHR opened 1 year ago
currently not, but it's a good idea we may add it later
Thanks for your feedback 😄
There was some workarounds at the moment to load annotation also without a dedicated functionality?
@Alcatraz0000 unfortunately not, the JSON files read by DLTA-AI is similar to COCO annotations, but it needs some work to make them identical
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.
Is there any way to load annotation in COCO/YOLO format and modify it? This would be very helpful.