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 venvTo activate the virtual environment use:
source ./venv/bin/activateTo install required dependencies use:
pip install -r requirements.txtTo run the application use:
python3 main.py --video path_to_videoApplication requires an example video passed as the parameter.