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

Guide Needed for Exporting JSON Annotations to YOLO OBB Training Format #415

Open
mozeqiu123 opened this issue May 14, 2024 · 3 comments
Open
Labels
question Further information is requested

Comments

@mozeqiu123
Copy link

你好,我标注完图片之后是一个json格式的。我标注玩之后推出了程序,现在只有图片文件和json文件,我要怎么把下面的json文件转换成yolo obb训练的格式,如下图这样。我第一次用这个标注工具,
image

{ "version": "2.3.5", "flags": {}, "shapes": [ { "label": "barriergate", "points": [ [ 51.18582262759597, 495.3528952953652 ], [ 408.90963356628106, 1040.408345730925 ], [ 357.9329269596456, 1073.8647247871413 ], [ 0.2091160209605789, 528.8092743515816 ] ], "group_id": null, "description": "", "difficult": false, "shape_type": "rotation", "flags": {}, "attributes": {}, "direction": 0.9899999999999999 } ], "imagePath": "stream_1_frame_1.jpg", "imageData": null, "imageHeight": 1080, "imageWidth": 1920 }

@CVHub520
Copy link
Owner

您好,可以参考导出DOTA标签

@CVHub520 CVHub520 added the question Further information is requested label May 14, 2024
@mozeqiu123
Copy link
Author

您好,可以参考导出DOTA标签

作者大大 我自己训练的模型要用起来是放在哪个目录呀,我看文档里没写

@CVHub520
Copy link
Owner

您好,可以参考导出DOTA标签

作者大大 我自己训练的模型要用起来是放在哪个目录呀,我看文档里没写

您好,可以参看自定义模型章节

@CVHub520 CVHub520 changed the title 标注完之后我怎么导出成yolo obb训练标签文件? Guide Needed for Exporting JSON Annotations to YOLO OBB Training Format May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants