Scale of input to sgie operate on pgie

Please provide complete information as applicable to your setup.

• Hardware Platform GPU
• DeepStream Version 6.1
• Issue Type questions

Hi there,
I have a pipeline looks like this: yolo → retina, retina is sgie operate on yolo, process mode=2. My question what’s the scale of image cropped by deepstream before sgie.
For example, my video is 4k and yolo net scale is 640x640, will deepstream crops object at 640 level or 4k level.

Thanks in advance.

I guess it crops at the scale of pgie infer’s net, since I try to save the pics in nvinfer after

err = NvBufSurfTransform (&nvinfer->tmp_surf, mem->surf,
              &nvinfer->transform_params)

this surface/cropped image is fuzzy.

It will adapt your network input size:640x640.

Yeah that makes sense. Hope deepstream can support sgie infers on original frame in the future.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.