hujiecpp commited on
Commit
da9ce9e
·
1 Parent(s): d89cdaa

init project

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def _convert_scene_output_to_glb(outdir, imgs, pts3d, mask, focals, cams2world,
82
  outfile = os.path.join(outdir, 'scene.glb')
83
  if not silent:
84
  print('(exporting 3D scene to', outfile, ')')
85
- scene.export(file_obj=outfile)
86
  return outfile
87
 
88
  # @spaces.GPU(duration=180)
 
82
  outfile = os.path.join(outdir, 'scene.glb')
83
  if not silent:
84
  print('(exporting 3D scene to', outfile, ')')
85
+ # scene.export(file_obj=outfile)
86
  return outfile
87
 
88
  # @spaces.GPU(duration=180)