From 059e6f8d3e7d399dabdaa97b980c3b37806afc51 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 15 Sep 2022 14:01:09 +0800 Subject: [PATCH] Update infer_ppyoloe.py --- .../vision/detection/paddledetection/python/infer_ppyoloe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/vision/detection/paddledetection/python/infer_ppyoloe.py b/examples/vision/detection/paddledetection/python/infer_ppyoloe.py index 138bdf1ce..4f3b398b3 100644 --- a/examples/vision/detection/paddledetection/python/infer_ppyoloe.py +++ b/examples/vision/detection/paddledetection/python/infer_ppyoloe.py @@ -34,8 +34,6 @@ def build_option(args): if args.use_trt: option.use_trt_backend() - option.set_trt_input_shape("image", [1, 3, 640, 640]) - option.set_trt_input_shape("scale_factor", [1, 2]) return option