Authors:
- Kacper Kapuściak
- Hubert Mazur
- Konrad Perłowski
Project is advised to be run in a virtual environment. To create a new virtual environment use:
python3 -m venv venv
To activate the virtual environment use:
source ./venv/bin/activate
To install required dependencies use:
pip install -r requirements.txt
To run the application use:
python3 main.py --video path_to_video
Application requires an example video passed as the parameter.