Team 5 repository of the C1 - Introduction to Human and Computer Vision subject of the Master in Computer Vision at UAB.
git clone https://github.com/MCV-2024-C1-Project/Team5.git
pip install -r requirements.txt
- Place the datasets in the
data/
folder.
cd week<week_number>
- Open the relevant
week<week_number>.ipynb
file to begin running the code and follow the instructions inside.
Team5/
│
├── weekX/
│ ├── src/
│ ├── weekX.ipynb
│ └── README.md
│
├── data/
│ ├── BBDD/
│ ├── qsd1_w1/
│ └── qsd1_w2/
│
├── README.md
├── requirements.txt
└── ...
For any inquiries or feedback, feel free to reach out to any of the team members listed above.