K-Kielak / tiredness-analysis

0 stars 0 forks source link

Split analysis into two separate scripts. #25

Closed K-Kielak closed 4 years ago

K-Kielak commented 4 years ago

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.