I am creating TensorRT network and like to include resizing input image. The advantage is when I create Int8 engine, resize in Int8 format will be faster.
How can I resize in TensorRT? Is it to use IScaleLayer?
I am creating TensorRT network and like to include resizing input image. The advantage is when I create Int8 engine, resize in Int8 format will be faster.
How can I resize in TensorRT? Is it to use IScaleLayer?
Same question.