Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
17d81e0
1
Parent(s):
87d4789
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 |
|