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
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.
cfrancois7
changed the title
How to import Yolo OBB?
Converter yolo OBB to labelstudio. Which branche to make PR?
Nov 26, 2024
I see you've created a separate Python file for YOLO OBB. However, I would keep everything in the same file: imports/yolo.py. I suggest splitting convert_yolo_obb_to_ls into a few smaller atomic subfunctions and making YOLO and YOLO OBB optional parts of them. Your current implementation requires maintaining two very similar files - yolo.py and yolo_obb.py - and it's complicated.
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?
The text was updated successfully, but these errors were encountered: