VisionScout / viewpoint_templates.py
DawnC's picture
Upload 27 files
3172319 verified
raw
history blame
730 Bytes
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."
}
}