Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def prep_for_rayst3r(img,depth_dict,mask):
|
|
111 |
def rayst3r_to_glb(img,depth_dict,mask,max_total_points=10e6,rotated=False):
|
112 |
prep_for_rayst3r(img,depth_dict,mask)
|
113 |
print('Doneneee')
|
114 |
-
|
115 |
rayst3r_points = eval_scene(rayst3r_model,os.path.join(outdir, "input"),do_filter_all_masks=True,dino_model=dino_model, device = device).cpu()
|
116 |
|
117 |
# subsample points
|
|
|
111 |
def rayst3r_to_glb(img,depth_dict,mask,max_total_points=10e6,rotated=False):
|
112 |
prep_for_rayst3r(img,depth_dict,mask)
|
113 |
print('Doneneee')
|
114 |
+
print(rayst3r_model)
|
115 |
rayst3r_points = eval_scene(rayst3r_model,os.path.join(outdir, "input"),do_filter_all_masks=True,dino_model=dino_model, device = device).cpu()
|
116 |
|
117 |
# subsample points
|