X-AnyLabeling
X-AnyLabeling copied to clipboard
标注完之后我怎么导出成yolo obb训练标签文件?
你好,我标注完图片之后是一个json格式的。我标注玩之后推出了程序,现在只有图片文件和json文件,我要怎么把下面的json文件转换成yolo obb训练的格式,如下图这样。我第一次用这个标注工具,
{ "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 }
您好,可以参考导出DOTA标签。