| |
| |
| |
|
|
| |
| |
| |
| |
| prompts: |
| |
| - id: identity_single_person |
| text: "A single person in a room, clear face and body, consistent lighting." |
| category: identity |
| note: "适合首帧为单人时,观察多 chunk 后是否仍是同一人、五官是否保持。" |
| - id: identity_face_clear |
| text: "Close-up of a person's face, neutral expression, indoor lighting." |
| category: identity |
| note: "强调人脸,便于观察身份保持力。" |
| |
| - id: scene_indoor_room |
| text: "An indoor room with furniture, walls and floor visible, consistent perspective." |
| category: long_horizon |
| note: "室内场景,观察旋转多 chunk 后房间是否还一致、有无穿模或崩坏。" |
| - id: scene_outdoor_street |
| text: "An outdoor street or building, clear geometry, natural lighting." |
| category: long_horizon |
| note: "室外,观察长时几何与光照一致性。" |
| |
| - id: object_furniture |
| text: "A room with a table and chairs, objects stay in place." |
| category: state |
| note: "固定物体,观察状态是否稳定。" |
| - id: object_simple |
| text: "A simple scene with one or two objects, clean background." |
| category: state |
| note: "简单物体,便于观察状态追踪。" |
| |
| - id: loop_revisit |
| text: "A 360-degree view of a space, same view when returning to start." |
| category: loop_closure |
| note: "强调回到起点,便于肉眼看 4chunk 回环末帧与首帧是否像同一视角。" |
| |
| - id: generic_scene |
| text: "A scene." |
| category: generic |
| note: "与现有默认一致,用于对比。" |
|
|
| |
| |
| |
| |
| |
| first_chunk_presets: |
| |
| - id: fixed_default |
| type: fixed_image |
| path: "" |
| note: "默认首帧图,与现有 evals 一致。" |
| - id: fixed_indoor |
| type: fixed_image |
| path: "" |
| note: "建议放一张室内代表图,便于与 scene_indoor_room 等 prompt 搭配。" |
| - id: fixed_outdoor |
| type: fixed_image |
| path: "" |
| note: "建议放一张室外代表图。" |
| - id: fixed_face |
| type: fixed_image |
| path: "" |
| note: "建议放一张人脸/单人图,与 identity_* prompt 搭配。" |
| |
| - id: dataset_mid |
| type: dataset_frame |
| video_name: "" |
| start_frame: 0 |
| note: "从数据集指定 (video_name, start_frame) 作为首帧;run_visual_eval 会先导出该帧再跑。" |
| - id: dataset_another |
| type: dataset_frame |
| video_name: "" |
| start_frame: 40 |
| note: "另一段,可改为实际存在的视频名与帧号。" |
|
|
| |
| |
| |
| |
| recommended_pairs: [] |
| |
| |
| |
|
|