Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Xavier NX
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) Unknown
• TensorRT Version 8.4
• NVIDIA GPU Driver Version (valid for GPU only) 11.4
• Issue Type( questions, new requirements, bugs) questions
Hi, I’m trying to detect person in video and mask their body in real time.
I was able to acquire segmentations masks by calling pyds.get_segmentatio_masks, but I don’t know how to modify original video frame to mask person body.
Is there any way to modify original frame from python bindings?