JianyuanWang commited on
Commit
c956e19
1 Parent(s): 05a1947
Files changed (1) hide show
  1. app.py +1 -0
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"