In DS6.2, we have to require process padding in the frames. We don’t need any scaling on that. Is there any plugin available to provide such capability in DS?
We have a nvinfereserver pipeline with 1 pgie and 2 sgie models. We are trying to pass our pgie output 100x200 image to sgie. But the sgie input size is 500x500. So our problem is by default nvinferserver scale that 100x200 image to 500x500 with additional padding. But we don’t want any scaling we only want to pad as it explodes smaller images when scaled to 500x500.