Update README.md

This commit is contained in:
leiqing
2022-08-11 15:02:16 +08:00
committed by GitHub
parent 4699174b7f
commit c2a8594318

View File

@@ -20,7 +20,7 @@ wget https://gitee.com/paddlepaddle/PaddleDetection/raw/release/2.4/demo/0000000
python infer.py --model yolox_s.onnx --image 000000014439.jpg --device cpu python infer.py --model yolox_s.onnx --image 000000014439.jpg --device cpu
# GPU推理 # GPU推理
python infer.py --model yolox_s.onnx --image 000000014439.jpg --device gpu python infer.py --model yolox_s.onnx --image 000000014439.jpg --device gpu
# GPU上使用TensorRT推理 (TensorRT在SDK中已包含不需要单独下载) # GPU上使用TensorRT推理 (TensorRT在SDK中已包含不需要单独安装)
python infer.py --model yolox_s.onnx --image 000000014439.jpg --device gpu --use_trt True python infer.py --model yolox_s.onnx --image 000000014439.jpg --device gpu --use_trt True
``` ```