Spaces:
Running
on
Zero
Running
on
Zero
Stanislaw Szymanowicz
commited on
Commit
·
1fb0658
1
Parent(s):
b80d994
Add debug comments
Browse files
app.py
CHANGED
@@ -114,8 +114,10 @@ def main():
|
|
114 |
loop_out_path = os.path.join(os.path.dirname(ply_out_path), "loop.mp4")
|
115 |
imageio.mimsave(loop_out_path, loop_renders, fps=25)"""
|
116 |
# export reconstruction to ply
|
|
|
117 |
export_to_obj(reconstruction_unactivated, ply_out_path)
|
118 |
-
|
|
|
119 |
return ply_out_path
|
120 |
|
121 |
with gr.Blocks() as demo:
|
|
|
114 |
loop_out_path = os.path.join(os.path.dirname(ply_out_path), "loop.mp4")
|
115 |
imageio.mimsave(loop_out_path, loop_renders, fps=25)"""
|
116 |
# export reconstruction to ply
|
117 |
+
print("exporting")
|
118 |
export_to_obj(reconstruction_unactivated, ply_out_path)
|
119 |
+
print("exported")
|
120 |
+
print(os.listdir(os.path.dirname(os.path.abspath(__file__))))
|
121 |
return ply_out_path
|
122 |
|
123 |
with gr.Blocks() as demo:
|