Namely process_videos.py and plot_patterns.py. Processing data was
the most time-consuming part of the whole analysis. Since plotting
patterns will not be only use case of this repository anymore, it was
useful to split processing videos to a separate script that can be
run first and then its outputs can be resued for all other possible
purposes (not only plotting).
Furthermore, now all scripts are run using click library to provide
proper command-line interface.
Namely
process_videos.py
andplot_patterns.py
. Processing data was the most time-consuming part of the whole analysis. Since plotting patterns will not be only use case of this repository anymore, it was useful to split processing videos to a separate script that can be run first and then its outputs can be resued for all other possible purposes (not only plotting).Furthermore, now all scripts are run using
click
library to provide proper command-line interface.