Spaces:
Running
on
Zero
Running
on
Zero
| VIEWPOINT_TEMPLATES = { | |
| "eye_level": { | |
| "prefix": "From a standard eye-level perspective, ", | |
| "observation": "the scene shows {scene_elements} arranged in a typical front-facing view." | |
| }, | |
| "aerial": { | |
| "prefix": "From an aerial perspective, ", | |
| "observation": "the scene shows {scene_elements} as viewed from above, revealing the spatial layout." | |
| }, | |
| "elevated": { | |
| "prefix": "From an elevated viewpoint, ", | |
| "observation": "the scene presents {scene_elements} with a slight downward angle." | |
| }, | |
| "low_angle": { | |
| "prefix": "From a low angle, ", | |
| "observation": "the scene depicts {scene_elements} from below, emphasizing vertical elements." | |
| } | |
| } | |