geyongtao commited on
Commit
09954f9
1 Parent(s): 6eed647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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