synthpic2.recipe
¶
Module to create and handle image synthesis recipes.
Subpackages¶
synthpic2.recipe.blueprints
synthpic2.recipe.process_conditions
synthpic2.recipe.prototypes
synthpic2.recipe.registries
synthpic2.recipe.synth_chain
synthpic2.recipe.synth_chain.feature_generation_steps
synthpic2.recipe.synth_chain.feature_generation_steps.agglomeration
synthpic2.recipe.synth_chain.feature_generation_steps.base
synthpic2.recipe.synth_chain.feature_generation_steps.distribute_in_measurement_volume
synthpic2.recipe.synth_chain.feature_generation_steps.invocation
synthpic2.recipe.synth_chain.feature_generation_steps.relax_collisions
synthpic2.recipe.synth_chain.feature_generation_steps.set_based_mixin
synthpic2.recipe.synth_chain.feature_generation_steps.state
synthpic2.recipe.synth_chain.feature_generation_steps.trigger_feature_update
synthpic2.recipe.synth_chain.rendering_steps
synthpic2.recipe.synth_chain.state
synthpic2.recipe.synth_chain.step
synthpic2.recipe.synth_chain.synth_chain
Submodules¶
Package Contents¶
Classes¶
Definition of the structure of the Recipe class. |
|
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 ¶