Skip to content

Commit 492fdcf

Browse files
authored
fix(demo): typo in README (Megvii-BaseDetection#1380)
fix(demo): typo in README
1 parent 11ca4b0 commit 492fdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/ONNXRuntime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then, you can:
2828
python3 tools/export_onnx.py --output-name yolox_s.onnx -n yolox-s -c yolox_s.pth
2929
```
3030
Notes:
31-
* -n: specify a model name. The model name must be one of the [yolox-s,m,l,x and yolox-nane, yolox-tiny, yolov3]
31+
* -n: specify a model name. The model name must be one of the [yolox-s,m,l,x and yolox-nano, yolox-tiny, yolov3]
3232
* -c: the model you have trained
3333
* -o: opset version, default 11. **However, if you will further convert your onnx model to [OpenVINO](https://github.com/Megvii-BaseDetection/YOLOX/demo/OpenVINO/), please specify the opset version to 10.**
3434
* --no-onnxsim: disable onnxsim

0 commit comments

Comments
 (0)