-
Notifications
You must be signed in to change notification settings - Fork 90
/
example.py
47 lines (45 loc) · 1.22 KB
/
example.py
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import sys
sys.path.append('FollowYourPose')
num_steps = 30
style_example = [
[
"./data/example_video/dancing_example_1.mp4",
"Iron man in the beach",
50,
12,
"Skeleton Video",
8,1,0,0,0,0
],
[
"./data/example_video/dancing_example_2.mp4",
"A man in the beach, Van Gogh style",
50,
12,
"Skeleton Video",
8,1,0,0,0,0
],
[
"./data/example_video/dancing_example_3.mp4",
"Astronauts on the moon",
50,
12,
"Skeleton Video",
8,1,0,0,0,0
],
[
"./data/example_video/dancing_example_4.mp4",
"Policeman on the beach",
50,
12,
"Raw Video",
8,1,0,0,0,0
],
[
"./data/example_video/dancing_example_5.mp4",
"Hulk on the sea",
50,
12,
"Raw Video",
8,1,0,0,0,0
]
]