xinjie.wang commited on
Commit
4cd8e70
·
1 Parent(s): 8dc4043
Files changed (1) hide show
  1. common.py +1 -1
common.py CHANGED
@@ -498,7 +498,7 @@ def extract_3d_representations_v2(
498
  print("debug1")
499
  output_root = TMP_DIR
500
  user_dir = os.path.join(output_root, str(req.session_hash))
501
- gs_model, mesh_model = unpack_state(state, device="cpu")
502
  print("debug2")
503
 
504
  filename = "sample"
 
498
  print("debug1")
499
  output_root = TMP_DIR
500
  user_dir = os.path.join(output_root, str(req.session_hash))
501
+ gs_model, mesh_model = unpack_state(state, device="cuda")
502
  print("debug2")
503
 
504
  filename = "sample"