This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zjc
/
yolov5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update onnx_export.py usage
5.0
Glenn Jocher
4 years ago
parent
80b82e8bde
commit
e249792c2f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
models/onnx_export.py
+ 0
- 1
models/onnx_export.py
View File
@@ -1,7 +1,6 @@
"""Exports a pytorch *.pt model to *.onnx format
Usage:
import torch
$ export PYTHONPATH="$PWD" && python models/onnx_export.py --weights ./weights/yolov5s.pt --img 640 --batch 1
"""
Write
Preview
Loading…
Cancel
Save