Skip to content

Commit e8c0482

Browse files
author
Wish
committed
update yolox readme
1 parent b2a832b commit e8c0482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ model.head.decode_in_inference = True
194194
# wget https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_m.pth
195195
196196
# 导出模型
197-
python tools/export_onnx.py -c yolox_m.pth -f exps/default/yolox_m.py --output-name=yolox_m.onnx --dynamic
197+
python tools/export_onnx.py -c yolox_m.pth -f exps/default/yolox_m.py --output-name=yolox_m.onnx --dynamic --no-onnxsim
198198
```
199199
200200
4. 执行程序

0 commit comments

Comments
 (0)