• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.1
• NVIDIA GPU Driver Version (valid for GPU only) 510
• Issue Type( questions, new requirements, bugs) Question
I use multistreaming in deepstream. I’m trying to save cropped faces from a frame based on deepstream-example-4.
Is there any way to process and save pictures in parallel in python?
There are functions that I use to crop and save pictures:
process_frame.py (2.0 KB)