Daniellesry commited on
Commit
17d81e0
·
1 Parent(s): 87d4789
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -227,8 +227,9 @@ def process_video(
227
 
228
  glb_files.append(glb_filename)
229
  except Exception as e :
230
- logger.info(e)
231
- print(e)
 
232
  finally:
233
  return output_path, glb_files
234
 
 
227
 
228
  glb_files.append(glb_filename)
229
  except Exception as e :
230
+ logger.info(f" len(pcd):{len(pcds)}, e: {e}")
231
+ print(f"len(pcd):{len(pcds)}, e: {e}, ")
232
+
233
  finally:
234
  return output_path, glb_files
235