New module: evaluation (#78)

This commit is contained in:
pynicolas
2025-12-07 21:39:49 +01:00
committed by GitHub
parent 3d9d5565f1
commit 87433fa96a
8 changed files with 218 additions and 0 deletions

17
evaluation/README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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`.