beelabhmc / ant_tracker

Track ant movement in a lab setting using ML
http://hmcbee.blogspot.com/
1 stars 1 forks source link

Parallelize croprotate.py #24

Closed JarredAllen closed 5 years ago

JarredAllen commented 5 years ago

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.

JarredAllen commented 5 years ago

0b2b9f it has been done.