Hi,
I want to resize frame buffer in nvinfer plugin, such as (1920, 1080) → (640, 360) to accelerate inference speed. and I can get the detect box, and source frame(because when I do resize in streammuxer plugin, I can’t get the source buffer(1920x1080) anymore, when I crop the object from resize frame(640x360), the object would be indistinct. So I want to crop it from source frame).
Thanks.