The croprotate.py file is a significant bottleneck in the code's execution speed. With the current video setup and running on purves, it takes almost an hour to crop 8 ROIs on one video.
It would greatly increase the pipeline speed if this code gets parallelized, to run several crop actions at once. It's more important to get the pipeline working, but this is a thing that can be worked on to improve the pipeline performance.
The croprotate.py file is a significant bottleneck in the code's execution speed. With the current video setup and running on purves, it takes almost an hour to crop 8 ROIs on one video.
It would greatly increase the pipeline speed if this code gets parallelized, to run several crop actions at once. It's more important to get the pipeline working, but this is a thing that can be worked on to improve the pipeline performance.