Skip to content

Commit

Permalink
Update README.md (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeysi authored Oct 4, 2022
1 parent 8035ee6 commit 8b616af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/triton-inference-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ There are no additional dependencies needed to run this deployment, except a wor
See https://github.com/WongKinYiu/yolov7#export for more info.

```bash
#install onnx-simplifier not listed in general yolov7 requirements.txt
pip3 install onnx-simplifier

# Pytorch Yolov7 -> ONNX with grid, EfficientNMS plugin and dynamic batch size
python export.py --weights ./yolov7.pt --grid --end2end --dynamic-batch --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640
# ONNX -> TensorRT with trtexec and docker
Expand Down

0 comments on commit 8b616af

Please sign in to comment.