Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8adf7c4
1
Parent(s):
43742ef
app.py
CHANGED
|
@@ -87,11 +87,11 @@ example_inputs = [
|
|
| 87 |
["examples/8.mp4", "1.3B", 5, 3],
|
| 88 |
["examples/9.mp4", "1.3B", 5, 3],
|
| 89 |
|
| 90 |
-
["examples/178db6e89ab682bfc612a3290fec58dd.mp4", "1.3B", 5, 3],
|
| 91 |
["examples/36.mp4", "1.3B", 5, 3],
|
| 92 |
["examples/39.mp4", "1.3B", 5, 3],
|
| 93 |
|
| 94 |
-
["examples/b1f1fa44f414d7731cd7d77751093c44.mp4", "1.3B", 5, 3],
|
| 95 |
|
| 96 |
["examples/10.mp4", "1.3B", 5, 3],
|
| 97 |
["examples/30.mp4", "1.3B", 5, 3],
|
|
@@ -385,6 +385,7 @@ def process_video(
|
|
| 385 |
|
| 386 |
|
| 387 |
|
|
|
|
| 388 |
frame_num = len(origin_frames)
|
| 389 |
resize_W,resize_H = origin_frames[0].size
|
| 390 |
|
|
|
|
| 87 |
["examples/8.mp4", "1.3B", 5, 3],
|
| 88 |
["examples/9.mp4", "1.3B", 5, 3],
|
| 89 |
|
| 90 |
+
# ["examples/178db6e89ab682bfc612a3290fec58dd.mp4", "1.3B", 5, 3],
|
| 91 |
["examples/36.mp4", "1.3B", 5, 3],
|
| 92 |
["examples/39.mp4", "1.3B", 5, 3],
|
| 93 |
|
| 94 |
+
# ["examples/b1f1fa44f414d7731cd7d77751093c44.mp4", "1.3B", 5, 3],
|
| 95 |
|
| 96 |
["examples/10.mp4", "1.3B", 5, 3],
|
| 97 |
["examples/30.mp4", "1.3B", 5, 3],
|
|
|
|
| 385 |
|
| 386 |
|
| 387 |
|
| 388 |
+
# todo, inference MoGe only once
|
| 389 |
frame_num = len(origin_frames)
|
| 390 |
resize_W,resize_H = origin_frames[0].size
|
| 391 |
|