mayuema commited on
Commit
08d6a1c
1 Parent(s): 6cfd4ab
Files changed (1) hide show
  1. example.py +24 -24
example.py CHANGED
@@ -19,29 +19,29 @@ style_example = [
19
  "Skeleton Video",
20
  8,1,0,0,0,0
21
  ],
22
- [
23
- "./data/example_video/dancing_example_3.mp4",
24
- "Astronauts on the moon",
25
- 50,
26
- 12,
27
- "Skeleton Video",
28
- 8,1,0,0,0,0
29
- ],
30
- [
31
- "./data/example_video/dancing_example_4.mp4",
32
- "Superman on the forest",
33
- 50,
34
- 12,
35
- "Raw Video",
36
- 8,1,0,0,0,0
37
- ],
38
- [
39
- "./data/example_video/dancing_example_5.mp4",
40
- "Hulk on the sea",
41
- 50,
42
- 12,
43
- "Raw Video",
44
- 8,1,0,0,0,0
45
- ]
46
 
47
  ]
 
19
  "Skeleton Video",
20
  8,1,0,0,0,0
21
  ],
22
+ # [
23
+ # "./data/example_video/dancing_example_3.mp4",
24
+ # "Astronauts on the moon",
25
+ # 50,
26
+ # 12,
27
+ # "Skeleton Video",
28
+ # 8,1,0,0,0,0
29
+ # ],
30
+ # [
31
+ # "./data/example_video/dancing_example_4.mp4",
32
+ # "Superman on the forest",
33
+ # 50,
34
+ # 12,
35
+ # "Raw Video",
36
+ # 8,1,0,0,0,0
37
+ # ],
38
+ # [
39
+ # "./data/example_video/dancing_example_5.mp4",
40
+ # "Hulk on the sea",
41
+ # 50,
42
+ # 12,
43
+ # "Raw Video",
44
+ # 8,1,0,0,0,0
45
+ # ]
46
 
47
  ]