Dependencies needed: Python 3.11 numpy==2.1.2 opencv_python==4.10.0.84 torch==2.4.0 Getting started: Installing packages and running virtual environment git clone <repo> cd <repo> pip install virtualenv (if you don't already have virtualenv installed) virtualenv venv to create your new environment (called 'venv' here) source venv/bin/activate to enter the virtual environment pip install -r requirements.txt to install the requirements in the current environment Remarks test_idnividual.py should be the only file you need to run. you may need to create an additional directory for saving parameters