Skip to content

Commit 32049c6

Browse files
committed
update yolov5 readme
1 parent bbbe455 commit 32049c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yolov5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git clone https://github.com/wang-xinyu/tensorrtx.git
3434
// download https://github.com/ultralytics/yolov5/releases/download/v5.0/yolov5s.pt
3535
cp {tensorrtx}/yolov5/gen_wts.py {ultralytics}/yolov5
3636
cd {ultralytics}/yolov5
37-
python gen_wts.py yolov5s.pt
37+
python gen_wts.py -w yolov5s.pt -o yolov5s.wts
3838
// a file 'yolov5s.wts' will be generated.
3939
```
4040

0 commit comments

Comments
 (0)