- Python 3.11
- numpy==2.1.2
- opencv_python==4.10.0.84
- torch==2.4.0
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 environmentpip install -r requirements.txt
to install the requirements in the current environment
- test_idnividual.py should be the only file you need to run.
- you may need to create an additional directory for saving parameters