Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,6 @@ def rayst3r_to_glb(img,depth_dict,mask,max_total_points=10e6,rotated=False):
|
|
| 113 |
rayst3r_model = EvalWrapper(rayst3r_checkpoint,device='cpu')
|
| 114 |
rayst3r_model = rayst3r_model.to(device)
|
| 115 |
print("Loaded rayst3r_model")
|
| 116 |
-
print(rayst3r_model)
|
| 117 |
|
| 118 |
rayst3r_points = eval_scene(rayst3r_model,os.path.join(outdir, "input"),do_filter_all_masks=True,dino_model=dino_model, device = device).cpu()
|
| 119 |
|
|
|
|
| 113 |
rayst3r_model = EvalWrapper(rayst3r_checkpoint,device='cpu')
|
| 114 |
rayst3r_model = rayst3r_model.to(device)
|
| 115 |
print("Loaded rayst3r_model")
|
|
|
|
| 116 |
|
| 117 |
rayst3r_points = eval_scene(rayst3r_model,os.path.join(outdir, "input"),do_filter_all_masks=True,dino_model=dino_model, device = device).cpu()
|
| 118 |
|