synthpic2.recipe

Module to create and handle image synthesis recipes.

Subpackages

Submodules

Package Contents

Classes

Recipe

Definition of the structure of the Recipe class.

SynthChain

Class to orchestrate the feature generation and the rendering.

class synthpic2.recipe.Recipe

Definition of the structure of the Recipe class.

property md5: str
_target_: str = 'synthpic2.Recipe'
_convert_: str = 'all'
defaults: List[Any]
hydra: Any
initial_runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState
blueprints: Blueprints
process_conditions: ProcessConditions
synth_chain: synthpic2.recipe.synth_chain.SynthChain
execute() None
class synthpic2.recipe.SynthChain

Class to orchestrate the feature generation and the rendering.

_target_: str = 'synthpic2.recipe.SynthChain'
blender_log_file_name: str = 'blender.log'
feature_generation_steps: List
rendering_steps: List
execute(initial_runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) None