Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
4cd8e70
1
Parent(s):
8dc4043
update
Browse files
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="
|
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"
|