Clone the repository:
git clone https://github.com/mcv-m6-video/mcv-c6-2025-team3.git
Install virtualenv
to have an isolated Python environment:
pip install virtualenv
Create a virtual environment and activate it:
virtualenv team3_mcv_c6 && source team3_mcv_c6/bin/activate
Install packages provided in the requirements.txt
:
pip install -r requirements.txt
Disclaimer: This
requirements.txt
is valid for Python 3.10. In case that you're using a lower version there could be issues with the libraries.
Go to the README.md of each Week to know how to run each part of the project.
- W1: Readme for Week 1
- W2: Readme for Week 2
- W3: Readme for Week 3
- W4: Readme for Week 4
Can be found here.