synthpic2.recipe¶
Module to create and handle image synthesis recipes.
Subpackages¶
synthpic2.recipe.blueprintssynthpic2.recipe.process_conditionssynthpic2.recipe.prototypessynthpic2.recipe.registriessynthpic2.recipe.synth_chainsynthpic2.recipe.synth_chain.feature_generation_stepssynthpic2.recipe.synth_chain.feature_generation_steps.agglomerationsynthpic2.recipe.synth_chain.feature_generation_steps.basesynthpic2.recipe.synth_chain.feature_generation_steps.distribute_in_measurement_volumesynthpic2.recipe.synth_chain.feature_generation_steps.invocationsynthpic2.recipe.synth_chain.feature_generation_steps.relax_collisionssynthpic2.recipe.synth_chain.feature_generation_steps.set_based_mixinsynthpic2.recipe.synth_chain.feature_generation_steps.statesynthpic2.recipe.synth_chain.feature_generation_steps.trigger_feature_update
synthpic2.recipe.synth_chain.rendering_stepssynthpic2.recipe.synth_chain.statesynthpic2.recipe.synth_chain.stepsynthpic2.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¶