Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from mini_dust3r.utils.misc import (
|
|
20 |
|
21 |
import os
|
22 |
from mini_dust3r.model import load_model
|
23 |
-
from catmlp_dpt_head import Cat_MLP_LocalFeatures_DPT_Pts3d
|
24 |
|
25 |
DEVICE = "cuda" if torch.cuda.is_available() else "CPU"
|
26 |
|
|
|
20 |
|
21 |
import os
|
22 |
from mini_dust3r.model import load_model
|
23 |
+
from catmlp_dpt_head import Cat_MLP_LocalFeatures_DPT_Pts3d, postprocess
|
24 |
|
25 |
DEVICE = "cuda" if torch.cuda.is_available() else "CPU"
|
26 |
|