Skip to content

Commit 4cd331d

Browse files
authored
Update readme.md
1 parent ae84739 commit 4cd331d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
python yolo2coco.py --data_path /path/to/darknet/data_config.data
77
```
88

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+
```
919

1020
文档参见 : [csdn博客](https://blog.csdn.net/znsoft/article/details/119059967)
1121

0 commit comments

Comments
 (0)