hujiecpp commited on
Commit
ad00e0c
·
1 Parent(s): eb55960

init project

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def _convert_scene_output_to_glb(outdir, imgs, pts3d, mask, focals, cams2world,
86
  scene.export(file_obj=outfile)
87
  return outfile
88
 
89
- # # @spaces.GPU(duration=180)
90
  def get_3D_model_from_scene(outdir, scene, min_conf_thr=3, as_pointcloud=False, mask_sky=False,
91
  clean_depth=False, transparent_cams=False, cam_size=0.05):
92
  """
 
86
  scene.export(file_obj=outfile)
87
  return outfile
88
 
89
+ @spaces.GPU(duration=180)
90
  def get_3D_model_from_scene(outdir, scene, min_conf_thr=3, as_pointcloud=False, mask_sky=False,
91
  clean_depth=False, transparent_cams=False, cam_size=0.05):
92
  """