Skip to content
Snippets Groups Projects
README.md 467 B
Newer Older
Kian Izadi's avatar
Kian Izadi committed
# Gait Recognition

Kian Izadi's avatar
Kian Izadi committed
Bachelor's thesis gait recognition using Thermal Imaging

# Setup Project
1. Clone the repository
git clone https://gitlab2.cip.ifi.lmu.de/kiani/gait-recognition.git

2. Install conda
https://conda.io/projects/conda/en/latest/user-guide/install/index.html

3. Create the conda environment from the yml file
- open conda shell and navigate to the repo directory
Kian Izadi's avatar
Kian Izadi committed
- conda env create
Kian Izadi's avatar
Kian Izadi committed

4. activate the conda environment 
conda activate bachelor_thesis