We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f088d2d commit ae84739Copy full SHA for ae84739
readme.md
@@ -1,6 +1,11 @@
1
本程序用于将darknet的训练数据转换为coco格式,以便让yolox 使用。
2
3
4
+## 使用方法:
5
+```
6
+python yolo2coco.py --data_path /path/to/darknet/data_config.data
7
8
+
9
10
文档参见 : [csdn博客](https://blog.csdn.net/znsoft/article/details/119059967)
11
0 commit comments