Skip to content

Commit 49ae7d2

Browse files
authored
Update readme.md
1 parent bcf2681 commit 49ae7d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33

44
## 使用方法:
55
```
6+
#for darknet data
67
python yolo2coco.py --data_path /path/to/darknet/data_config.data
8+
9+
#for yolo5 data
10+
11+
python yolo2coco.py --data_path /path/to/yolo5/dataset/dir
712
```
813

914
上面的data_config.data是以下内容:

0 commit comments

Comments
 (0)