Skip to content

Commit

Permalink
Update infer_ppyoloe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun authored Sep 15, 2022
1 parent 12368dc commit 059e6f8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 059e6f8

Please sign in to comment.