Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) - jetson anno • DeepStream Version - 6.01 • JetPack Version (valid for Jetson only) - 4.6.3 • TensorRT Version - 8.4 • NVIDIA GPU Driver Version (valid for GPU only) - 10.2 • Issue Type( questions, new requirements, bugs) - now we are implementing face recognition using ultra light weight model 1 mb so we have to store the face image for analytics purpose and we are storing an images but it is not that much of quality of an image so we need to store perfect iface mages for doing some analytics what can we do for storing quality of an image and if you give some technique about this it will be more helpful for us to doing analytics. • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
You can try comparing different resize algorithms by setting the interpolation parameter for cv2.resize. But it’s hard to improve the quality of the image because the origin roi is too small.