Skip to content

Commit

Permalink
up onnxruntime-python readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnine committed Sep 27, 2021
1 parent 144b3f7 commit 9a5a86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/onnxruntime-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The ONNXRuntime inference for `yolort`, both GPU and CPU are supported.

```bash
python example.py [--image ../../../test/assets/zidane.jpg]
[--model_path ../../../notebooks/yolov5s.onnx]
[--class_names ../../../notebooks/assets/coco.names]
[--gpu] # GPU switch, which is optional, and set False as default
[--model_path ../../../notebooks/yolov5s.onnx]
[--class_names ../../../notebooks/assets/coco.names]
[--gpu] # GPU switch, which is optional, and set False as default
```

0 comments on commit 9a5a86e

Please sign in to comment.