LutaoJiang commited on
Commit
44f9fc8
·
1 Parent(s): 0d083ca
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -265,6 +265,7 @@ else:
265
  global mesh_cache
266
  print(f"Before bundle_image_to_mesh: {torch.cuda.memory_allocated() / 1024**3} GB")
267
  k3d_wrapper.recon_model.init_flexicubes_geometry("cuda:0", fovy=50.0)
 
268
  # TODO: delete this later
269
  k3d_wrapper.del_llm_model()
270
 
 
265
  global mesh_cache
266
  print(f"Before bundle_image_to_mesh: {torch.cuda.memory_allocated() / 1024**3} GB")
267
  k3d_wrapper.recon_model.init_flexicubes_geometry("cuda:0", fovy=50.0)
268
+ print(f"init_flexicubes_geometry done")
269
  # TODO: delete this later
270
  k3d_wrapper.del_llm_model()
271