To launch processings chains, only one argument is required as inputs : a configuration file (json format)
To launch processings chains, only one argument is required as inputs : a configuration file (json format).
A interactive script was developped into *utils* package to generate a configuration file following a user's Q&A.
A interactive script was developped into *utils* package to generate a configuration file following a user's Q&A.
Thus to run a chain, you can :
Thus to run a chain, you can :
* Generate a configuration file. A python script helps you to create a new json file by loading examples json file(into <install_directory>/python_src/) and asking for general fields such as input_path or reference image ... .
* Generate a configuration file. A python script helps you to create a new json file by loading examples (into <install_directory>/python_src/ex_config) and asking for general fields such as input_path or reference image ...