Fix benchmark.py usage comment (#10131)

Update benchmarks.py

Signed-off-by: Rubén Usamentiaga <rusamentiaga@uniovi.es>

Signed-off-by: Rubén Usamentiaga <rusamentiaga@uniovi.es>
This commit is contained in:
Rubén Usamentiaga 2022-11-11 20:43:16 +01:00 committed by GitHub
parent 55e9516846
commit 7c3827a2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Requirements:
$ pip install -U nvidia-tensorrt --index-url https://pypi.ngc.nvidia.com # TensorRT
Usage:
$ python utils/benchmarks.py --weights yolov5s.pt --img 640
$ python benchmarks.py --weights yolov5s.pt --img 640
"""
import argparse