You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to consolidate multiple COCO json files (and corresponding images), sort out the class IDs, write yolo format annotation files, and separate into train/val/(test) datasets
I struggled with Python (mainly due to my limited skills) and also with applications such as fiftyone
I ended up using Pentaho and create a fairly simple transformation to convert multiple COCO datasets into one YOLO dataset
I'm sure the same could be done more easily in Python
Happy to share it- reply if you are interested
Andrew
The text was updated successfully, but these errors were encountered:
Hi, @barney2074! Thank you for sharing your experience with using Pentaho for converting COCO datasets into a YOLO format. Your method could indeed be beneficial to others facing similar challenges. We appreciate your willingness to share and encourage you to post it in our discussion forum or create a guide for the community. Your contribution will surely prove valuable to those seeking alternative approaches. Feel free to reach out if you have any further insights or experiences to share.
For anyone else with the same problem:
I needed to consolidate multiple COCO json files (and corresponding images), sort out the class IDs, write yolo format annotation files, and separate into train/val/(test) datasets
I struggled with Python (mainly due to my limited skills) and also with applications such as fiftyone
I ended up using Pentaho and create a fairly simple transformation to convert multiple COCO datasets into one YOLO dataset
I'm sure the same could be done more easily in Python
Happy to share it- reply if you are interested
Andrew
The text was updated successfully, but these errors were encountered: