Spaces:
Runtime error
Runtime error
Commit
·
153a6a8
1
Parent(s):
2681aa8
update
Browse files
app.py
CHANGED
|
@@ -26,13 +26,13 @@ install_cuda_toolkit()
|
|
| 26 |
os.system('cd ./thirdparty/DROID-SLAM && python setup.py install')
|
| 27 |
import torch
|
| 28 |
import numpy as np
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
|
| 37 |
|
| 38 |
def render_reconstruction(input_video, img_focal):
|
|
|
|
| 26 |
os.system('cd ./thirdparty/DROID-SLAM && python setup.py install')
|
| 27 |
import torch
|
| 28 |
import numpy as np
|
| 29 |
+
from easydict import EasyDict
|
| 30 |
+
from scripts.scripts_test_video.detect_track_video import detect_track_video
|
| 31 |
+
from scripts.scripts_test_video.hawor_video import hawor_motion_estimation, hawor_infiller
|
| 32 |
+
from scripts.scripts_test_video.hawor_slam import hawor_slam
|
| 33 |
+
from hawor.utils.process import get_mano_faces, run_mano, run_mano_left
|
| 34 |
+
from lib.eval_utils.custom_utils import load_slam_cam
|
| 35 |
+
from lib.vis.run_vis2 import run_vis2_on_video, run_vis2_on_video_cam
|
| 36 |
|
| 37 |
|
| 38 |
def render_reconstruction(input_video, img_focal):
|