HumanSignal / label-studio-sdk

Label Studio SDK
https://api.labelstud.io
Apache License 2.0
102 stars 63 forks source link

Converter yolo OBB to labelstudio. Which branche to make PR? #356

Open cfrancois7 opened 1 week ago

cfrancois7 commented 1 week ago

When following the step from tutorial, the import does not take account the YOLO OBB data. The converter only works for YOLO data but not YOLO OBB.

I do not understand how to import properly the data into Label Studio when my data are YOLO OBB format?

cfrancois7 commented 5 days ago

I made the code and tested it. It works fine.

See the branch It works like :

python main.py import yolo_obb -i path_to_my_data -o path_to_my_output/output.json --image-root-url "/data/local-files/?d=my_datasets/images" I did not add test function. It is in the agenda.

However, on which branch should I make the PR? I did not see a develop branch.