Files
Fairscan_cyy/evaluation/README.md
2025-12-07 21:39:49 +01:00

18 lines
286 B
Markdown

# Tools to evaluate the image processing pipeline
## Preparing the environment
### Python
```bash
cd python
python -m venv venv
source venv/bin/activate # venv\Scripts\activate on Windows
pip install -r requirements.txt
```
### Images
Put JPEG images in `dataset/images`.