Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

jdemaeyer/fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIRE

FIRE is a framework that eases the organisation of batch image processing. Images are run through a chain of loaders, preprocessors, processors, and exporters.

Usage

Example usage can be found in extra/singleprocess.py and extra/parallelprocess.py, with an example configuration file in extra/example_config.yml.

Dependencies

  • Mandatory:
    • python2
    • numpy
  • Strongly recommended:
    • mahotas -- most of the standard preprocessors and image loaders use this sweet little library (PyPI, Homepage)
  • Optional
    • matplotlib -- for showing images, useful for debugging
    • pillow/PIL -- for saving images, useful for debugging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published