-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample.json
26 lines (26 loc) · 982 Bytes
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"image_path": "./assets/reference_image/example_1.png",
"caption": "",
"target_videos": "./assets/driving_video/example_1_driving_1.mp4",
"target_no_head_poses": "./assets/poses/example_1_pose_1.mp4"
},
{
"image_path": "./assets/reference_image/example_2.jpg",
"caption": "",
"target_videos": "./assets/driving_video/example_2_driving_2.mp4",
"target_no_head_poses": "./assets/poses/example_2_pose_2.mp4"
},
{
"image_path": "./assets/reference_image/example_3.png",
"caption": "",
"target_videos": "./assets/driving_video/example_3_driving_3.mp4",
"target_no_head_poses": "./assets/poses/example_3_pose_3.mp4"
},
{
"image_path": "./assets/reference_image/example_4.png",
"caption": "",
"target_videos": "./assets/driving_video/example_4_driving_4.mp4",
"target_no_head_poses": "./assets/poses/example_4_pose_4.mp4"
}
]