detect-track-poc/README.md

14 lines
254 B
Markdown

## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.
```bash
python3 -m venv venv3
source venv3/bin/activate
pip install -r requirements.txt
# adapt paths inside feature_matching.py
python feature_matching.py
```