From 18fa2c83d5df0dc51114516a5ed479c02334d822 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 15 Sep 2022 14:01:41 +0800 Subject: [PATCH] Update infer_yolov3.py --- .../vision/detection/paddledetection/python/infer_yolov3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/vision/detection/paddledetection/python/infer_yolov3.py b/examples/vision/detection/paddledetection/python/infer_yolov3.py index 27a6fd16b..776d3ddba 100644 --- a/examples/vision/detection/paddledetection/python/infer_yolov3.py +++ b/examples/vision/detection/paddledetection/python/infer_yolov3.py @@ -34,9 +34,6 @@ def build_option(args): if args.use_trt: option.use_trt_backend() - option.set_trt_input_shape("image", [1, 3, 608, 608]) - option.set_trt_input_shape("im_shape", [1, 2]) - option.set_trt_input_shape("scale_factor", [1, 2]) return option