sudo pacman -S --needed python38
python3.8 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r python-requirements.txt
pip install -r jupyter-requirements.txt
jupyter contrib nbextension install
python -m jupyter notebook
First download the Oxford TownCentre Dataset, place the mp4 video in this folder and run sh convert_video.sh
from terminal.