X-AnyLabeling icon indicating copy to clipboard operation
X-AnyLabeling copied to clipboard

标注完之后我怎么导出成yolo obb训练标签文件?

Open mozeqiu123 opened this issue 1 year ago • 3 comments

你好,我标注完图片之后是一个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 }

mozeqiu123 avatar May 14 '24 06:05 mozeqiu123

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

CVHub520 avatar May 14 '24 07:05 CVHub520

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

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

mozeqiu123 avatar May 14 '24 07:05 mozeqiu123

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

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

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

CVHub520 avatar May 15 '24 01:05 CVHub520