-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can we use general_json2yolo #225
Comments
Thanks for writing the issue. Looking at the global_json2yolo code, there are some flags.
Converting the COCO segmentation format to YOLO segmentation format.
Converting the COCO keypoints format to YOLO keypoints format.
This code originates from Ultralytics JSON2YOLO repository. |
this code creates three empty directories when i run it, not very helpful. |
Thanks for writing the issue. You can customize the folder structure editing save_dir and fn.
If you have further questions, please write an issue in the original repository. |
Hey Guys.
can anyone tell me how can i use this method?
from colab i import my data contain of 1000 photos with 1 JSON file which is their label, i address the path to my json but when i run global_json2yolo, It creates a folder with name new_dir for me that is empty. what's wrong? how can i fix? i have single json for all these 1000 images how can i convert it to use on yolov8 segment?
The text was updated successfully, but these errors were encountered: