mayuema commited on
Commit
24af252
1 Parent(s): 8041685
Files changed (1) hide show
  1. example.py +5 -5
example.py CHANGED
@@ -4,7 +4,7 @@ sys.path.append('FollowYourPose')
4
  num_steps = 30
5
  style_example = [
6
  [
7
- "data/dancing_example_1.mp4",
8
  "Iron man in the beach",
9
  50,
10
  12,
@@ -12,7 +12,7 @@ style_example = [
12
  8,1,0,0,0,0
13
  ],
14
  [
15
- "data/dancing_example_2.mp4",
16
  "A man in the beach, Van Gogh style",
17
  50,
18
  12,
@@ -20,7 +20,7 @@ style_example = [
20
  8,1,0,0,0,0
21
  ],
22
  [
23
- "data/dancing_example_3.mp4",
24
  "Astronauts on the moon",
25
  50,
26
  12,
@@ -28,7 +28,7 @@ style_example = [
28
  8,1,0,0,0,0
29
  ],
30
  [
31
- "data/dancing_example_4.mp4",
32
  "Superman on the forest",
33
  50,
34
  12,
@@ -36,7 +36,7 @@ style_example = [
36
  8,1,0,0,0,0
37
  ],
38
  [
39
- "data/dancing_example_5.mp4",
40
  "Hulk on the sea",
41
  50,
42
  12,
 
4
  num_steps = 30
5
  style_example = [
6
  [
7
+ "./data/dancing_example_1.mp4",
8
  "Iron man in the beach",
9
  50,
10
  12,
 
12
  8,1,0,0,0,0
13
  ],
14
  [
15
+ ".data/dancing_example_2.mp4",
16
  "A man in the beach, Van Gogh style",
17
  50,
18
  12,
 
20
  8,1,0,0,0,0
21
  ],
22
  [
23
+ "./data/dancing_example_3.mp4",
24
  "Astronauts on the moon",
25
  50,
26
  12,
 
28
  8,1,0,0,0,0
29
  ],
30
  [
31
+ "./data/dancing_example_4.mp4",
32
  "Superman on the forest",
33
  50,
34
  12,
 
36
  8,1,0,0,0,0
37
  ],
38
  [
39
+ "./data/dancing_example_5.mp4",
40
  "Hulk on the sea",
41
  50,
42
  12,