JSON2YOLO icon indicating copy to clipboard operation
JSON2YOLO copied to clipboard

Convert JSON annotations into YOLO format.

Results 60 JSON2YOLO issues
Sort by recently updated
recently updated
newest added

I used one of the scripts and found that for converted keypoint files only xyhw format could be converted and the keypoints were not recognized

The number of files after conversion is less than the number of files in json. Also some of the converted files have empty labels.

Hello! I'm trying to change the general_json2yolo script for my case-use and I've run into a problem I haven't been able to solve so far. Basically, I don't really understand...

{"ID":"xxx","DataRow ID":"xxx","Labeled Data":"https://xxx","Label":{"objects":[{"featureId":"xxx","schemaId":"xxx","color":"#1CE6FF","title":"xxx","value":"xxx","instanceURI":"https:/xxx"}],"classifications":[],"relationships":[]},"Created By":"xxx","Project Name":"xxx","Created At":"xxx","Updated At":"xxx","Seconds to Label":xxx,"Seconds to Review":0,"Seconds to Create":xxx,"External ID":"xxx","Global Key":null,"Agreement":-1,"Is Benchmark":0,"Benchmark Agreement":-1,"Benchmark ID":null,"Dataset Name":"xxx","Reviews":[],"View Label":"xxx","Has Open Issues":0,"Skipped":false,"DataRow Workflow Info":{"taskName":"Done","Workflow History":[{"actorId":"xxx","action":"MOVE","createdAt":"xxx"},{"actorId":"xxx","action":"MOVE","createdAt":"xxx","previousTaskId":"xxx","previousTaskName":"Initial labeling task","nextTaskId":"xxx","nextTaskName":"xxx"},{"actorId":"xxx","action":"MOVE","createdAt":"xxx","nextTaskId":"xxx","nextTaskName":"Initial labeling task"}]}}, {"ID":"xxx","DataRow...

[{ 2 " Id ": , 3 " ObjectClassName ": , 4 " ObjectClassId ": , 5 " Left ": , 6 " Top ": , 7 " Right ":...

The train/val/test path in coco128-seg.ymal is as follows: path: ./datasets/coco128-seg # dataset root dir train: images/train2017 # train images (relative to 'path') 128 images val: images/train2017 # val images (relative...

I attempted to convert the annotations from the EXLPose dataset to Yolo8-pose format but encountered difficulties and was unable to complete the task

Hello, I trained a YOLOv8 model with 53 classes (all belonging to indoor environments) selected from the MS-COCO dataset. I trained the model for a 100 epochs with default settings....

I am trying to convert `instances_train2017.json` from [https://cocodataset.org/#home](url) and it returns the following error `Traceback (most recent call last): File "/tmp/workspace/codes/JSON2YOLO/general_json2yolo.py", line 393, in convert_coco_json( File "/tmp/workspace/codes/JSON2YOLO/general_json2yolo.py", line 286, in...

From Ultralytics Discord, request to include conversion from Labelstudio JSON to YOLO. This is the starting code shared with Discord user @hellodword who will be finishing work on this code....