hujiecpp commited on
Commit
bf287f9
·
1 Parent(s): 58fa7b5

init project

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -495,8 +495,8 @@ def get_reconstructed_scene(outdir, filelist, schedule, niter, min_conf_thr,
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
 
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