Skip to content

Commit

Permalink
fix(demo): typo in README (#1380)
Browse files Browse the repository at this point in the history
fix(demo): typo in README
  • Loading branch information
kentaro committed Jun 15, 2022
1 parent 11ca4b0 commit 492fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ONNXRuntime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then, you can:
python3 tools/export_onnx.py --output-name yolox_s.onnx -n yolox-s -c yolox_s.pth
```
Notes:
* -n: specify a model name. The model name must be one of the [yolox-s,m,l,x and yolox-nane, yolox-tiny, yolov3]
* -n: specify a model name. The model name must be one of the [yolox-s,m,l,x and yolox-nano, yolox-tiny, yolov3]
* -c: the model you have trained
* -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.**
* --no-onnxsim: disable onnxsim
Expand Down

0 comments on commit 492fdcf

Please sign in to comment.