Skip to content

python tools for image evaluation and figure generation for papers

Notifications You must be signed in to change notification settings

DBauer15/imgeval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

python tools for image evaluation and figure generation for papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages