scene_synthesizer.procedural_scenes.use_primitives_only
- scene_synthesizer.procedural_scenes.use_primitives_only()
Helper function that creates arguments for the procedural kitchen scenes such that they are generated only from shape primitives.
Example usage:
from scene_synthesizer.procedural_scenes import kitchen_single_wall, use_primitives_only kitchen_single_wall(**use_primitives_only())
- Returns:
A dictionary of keyword arguments.
- Return type:
dict