Spaces:
Running
on
Zero
Running
on
Zero
JianyuanWang
commited on
Commit
•
c956e19
1
Parent(s):
05a1947
debug app
Browse files
app.py
CHANGED
@@ -116,6 +116,7 @@ def vggsfm_demo(
|
|
116 |
# except:
|
117 |
# return None, "Something seems to be incorrect. Please verify that your inputs are formatted correctly. If the issue persists, kindly create a GitHub issue for further assistance."
|
118 |
|
|
|
119 |
glbscene = vggsfm_predictions_to_glb(predictions)
|
120 |
|
121 |
glbfile = target_dir + "/glbscene.glb"
|
|
|
116 |
# except:
|
117 |
# return None, "Something seems to be incorrect. Please verify that your inputs are formatted correctly. If the issue persists, kindly create a GitHub issue for further assistance."
|
118 |
|
119 |
+
print(predictions.keys())
|
120 |
glbscene = vggsfm_predictions_to_glb(predictions)
|
121 |
|
122 |
glbfile = target_dir + "/glbscene.glb"
|