Spaces:
Runtime error
Runtime error
File size: 1,297 Bytes
6dcf9e0 d2dd1cd 097f543 6dcf9e0 163c538 6dcf9e0 08d6a1c d2dd1cd |
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",
# "Superman on the forest",
# 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
# ]
] |