Open cfrancois7 opened 1 week 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.
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?