fix(demo): typo in README (#1380)
Browse files
demo/ONNXRuntime/README.md
CHANGED
@@ -28,7 +28,7 @@ Then, you can:
|
|
28 |
python3 tools/export_onnx.py --output-name yolox_s.onnx -n yolox-s -c yolox_s.pth
|
29 |
```
|
30 |
Notes:
|
31 |
-
* -n: specify a model name. The model name must be one of the [yolox-s,m,l,x and yolox-
|
32 |
* -c: the model you have trained
|
33 |
* -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.**
|
34 |
* --no-onnxsim: disable onnxsim
|
|
|
28 |
python3 tools/export_onnx.py --output-name yolox_s.onnx -n yolox-s -c yolox_s.pth
|
29 |
```
|
30 |
Notes:
|
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]
|
32 |
* -c: the model you have trained
|
33 |
* -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.**
|
34 |
* --no-onnxsim: disable onnxsim
|