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.
2 parents 4236cef + 4cd331d commit bcf2681Copy full SHA for bcf2681
readme.md
@@ -1,6 +1,21 @@
1
本程序用于将darknet的训练数据转换为coco格式,以便让yolox 使用。
2
3
4
+## 使用方法:
5
+```
6
+python yolo2coco.py --data_path /path/to/darknet/data_config.data
7
8
+
9
+上面的data_config.data是以下内容:
10
11
12
+classes=2
13
+train=gen_train.txt
14
+valid=gen_valid.txt
15
+names=qmobj.names
16
+backup=data
17
18
19
20
文档参见 : [csdn博客](https://blog.csdn.net/znsoft/article/details/119059967)
21
0 commit comments