Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.81k
stars
2.89k
forks
source link
the input_size of the exported model is fixed? #8113
[X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
when I export inference model with following code, and just use Paddle Inference without TensorRT to test speed, the input_size is fixed? can I use letterbox resize and pad the img which means the input_size is unfixed , in ordder to consistent with other algorithms. Thankyou~
问题确认 Search before asking
请提出你的问题 Please ask your question
when I export inference model with following code, and just use Paddle Inference without TensorRT to test speed, the input_size is fixed? can I use letterbox resize and pad the img which means the input_size is unfixed , in ordder to consistent with other algorithms. Thankyou~