3d visualization
Browse files
main.py
CHANGED
@@ -60,7 +60,8 @@ def poses(photo):
|
|
60 |
# out_writer.release()
|
61 |
# cv2.destroyAllWindows() # Closing window
|
62 |
output_file = glob.glob("*.mp4")
|
63 |
-
print(
|
|
|
64 |
|
65 |
return output_file[0]
|
66 |
|
|
|
60 |
# out_writer.release()
|
61 |
# cv2.destroyAllWindows() # Closing window
|
62 |
output_file = glob.glob("*.mp4")
|
63 |
+
print(glob.glob("*.mp4"))
|
64 |
+
print(glob.glob("*.avi"))
|
65 |
|
66 |
return output_file[0]
|
67 |
|