18 lines
286 B
Markdown
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`.
|
|
|