Spaces:
Running
Running
yansong1616
commited on
Commit
•
411a33c
1
Parent(s):
4e4ae7b
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from dust3r.utils.image import load_images, rgb, resize_images
|
|
17 |
from dust3r.utils.device import to_numpy
|
18 |
from dust3r.viz import add_scene_cam, CAM_COLORS, OPENGL, pts3d_to_trimesh, cat_meshes
|
19 |
from dust3r.cloud_opt import global_aligner, GlobalAlignerMode
|
20 |
-
from SAM2.sam2.
|
21 |
import matplotlib.pyplot as plt
|
22 |
|
23 |
import shutil
|
|
|
17 |
from dust3r.utils.device import to_numpy
|
18 |
from dust3r.viz import add_scene_cam, CAM_COLORS, OPENGL, pts3d_to_trimesh, cat_meshes
|
19 |
from dust3r.cloud_opt import global_aligner, GlobalAlignerMode
|
20 |
+
from SAM2.sam2.build_sam import build_sam2_video_predictor
|
21 |
import matplotlib.pyplot as plt
|
22 |
|
23 |
import shutil
|