Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Linaom1214 authored Nov 24, 2024
1 parent 5366bf2 commit 2841ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ model.export(format='onnx')

### Generate TRT File
```shell
python export.py -o yolov11n.onnx -e yolov11n.trt --end2end --v10 -p fp32
python export.py -o yolov11n.onnx -e yolov11n.trt --end2end --v8 -p fp32
```
### Inference
```shell
Expand Down

0 comments on commit 2841ad1

Please sign in to comment.