Skip to content

Commit ae84739

Browse files
authored
Update readme.md
1 parent f088d2d commit ae84739

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
@@ -1,6 +1,11 @@
11
本程序用于将darknet的训练数据转换为coco格式,以便让yolox 使用。
22

33

4+
## 使用方法:
5+
```
6+
python yolo2coco.py --data_path /path/to/darknet/data_config.data
7+
```
8+
49

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

0 commit comments

Comments
 (0)