init project
Browse files
app.py
CHANGED
|
@@ -495,8 +495,8 @@ def get_reconstructed_scene(outdir, filelist, schedule, niter, min_conf_thr,
|
|
| 495 |
print(e)
|
| 496 |
|
| 497 |
|
| 498 |
-
|
| 499 |
-
|
| 500 |
|
| 501 |
# # also return rgb, depth and confidence imgs
|
| 502 |
# # depth is normalized with the max value for all images
|
|
|
|
| 495 |
print(e)
|
| 496 |
|
| 497 |
|
| 498 |
+
outfile = get_3D_model_from_scene(outdir, scene, min_conf_thr, as_pointcloud, mask_sky,
|
| 499 |
+
clean_depth, transparent_cams, cam_size)
|
| 500 |
|
| 501 |
# # also return rgb, depth and confidence imgs
|
| 502 |
# # depth is normalized with the max value for all images
|