Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inability to Export Labeled Images with Oriented Bounding Boxes #5434

Closed
MosbehBarhoumi opened this issue Feb 7, 2024 · 4 comments
Closed

Comments

@MosbehBarhoumi
Copy link

I encountered an issue while attempting to export labeled images with oriented bounding boxes. My objective is to utilize the YOLOv8 oriented bounding box (obb) format for a specific case, as outlined in the documentation https://docs.ultralytics.com/fr/tasks/obb/#export. However, I'm unable to find a method to export the bounding boxes in the required format: class_index, x1, y1, x2, y2, x3, y3, x4, y4.

Presently, all available methods seem to allow exportation solely in the format of xcn, ycn, hn, wn. I'm uncertain if I've overlooked a method or if this format is not supported. If not supported, is there a possibility to introduce this feature? Additionally, is there an alternative approach where we can label the data with oriented bounding boxes and subsequently export them?
Screenshot from 2024-02-07 15-30-51

@ftapajos
Copy link

ftapajos commented Mar 19, 2024

YOLO_OBB is not yet supported by label-studio-converter module

Related:
HumanSignal/label-studio-converter#280
HumanSignal/label-studio-converter#281
#5409

@hamhanry
Copy link

for temporary, i made the converter that support YOLO-OBB from label studio.

plase check here.
https://github.com/hamhanry/label-studio-converter-for-YOLO-OBB

@makseq
Copy link
Member

makseq commented Aug 21, 2024

Now LS supports YOLO OBB:

image

@makseq makseq closed this as completed Aug 21, 2024
@Wajahat0
Copy link

Now LS supports YOLO OBB:

image

Hi it was showing that option before but now there is no such option. How could i solve that problem?? anyone..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants