File size: 730 Bytes
3172319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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."
    }
}