Skip to content

ekarpovs/flow_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing Workshop Engine

It is the central part of the Image Processing Workshop project. The engine runs flows (worksheets) that implement different image-processing techniques

File system structure

Anywhere in a file system:

|__ /data/ __ original images files for processing
|
|
|__ /modules/ __ Python scripts that implemented sets of simple image-processing operations
|    |
|    |__init__.py - the 'modules' package declaration
|   
|__ /worksheets/ __ set of a worksheet files with a sequences of operations, combined for perform a whole flow 
|   


|__ /flow_runner/ The project files
|

Local Installation

cd flow_runner
pip install -e . --use-feature=in-tree-build

Usage

python run.py -w <worsheet full path> [-d <fsm def full path>] [-s 'no'] [-t 'no']

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages