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.
Install and activate the conda environment
conda env create -f environment.yml
conda activate imgeval
To run the processing pipeline, simply call it with a config file that contains your settings and content.
python imgeval.py myconfig.json
TODO: More content to come. TODO: Add example configs.