Parallel processing in python

• 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)

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

You may need to investigate how to make multiple threads work in python. It is not a deepstream topic. Please refer to python resources.

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