/imgeval

python tools for image evaluation and figure generation for papers

Primary LanguagePython

Image Evaluation Tools

Teaser A small collections of tools, metrics, and operations that I use for my research. The app read json configs to read images, crop areas, compute image metrics, and arrange them in useful layouts.

Installation

Install and activate the conda environment

conda env create -f environment.yml
conda activate imgeval

Running

To run the processing pipeline, simply call it with a config file that contains your settings and content.

python imgeval.py myconfig.json

Config Format

TODO: More content to come. TODO: Add example configs.