Abdulrahman1989 commited on
Commit
5318e63
·
1 Parent(s): 9eb36c8

Fix the code

Browse files
Files changed (1) hide show
  1. Image3DProcessor.py +1 -7
Image3DProcessor.py CHANGED
@@ -112,10 +112,4 @@ class Image3DProcessor:
112
  with open(video_path, "rb") as video_file:
113
  video_data = video_file.read()
114
 
115
- # Save the mesh as a .ply file and load its content
116
- mesh_path = "mesh.ply"
117
- export_to_obj(reconstruction, f"/home/user/app/{mesh_path}")
118
- with open(mesh_path, "rb") as mesh_file:
119
- mesh_data = mesh_file.read()
120
-
121
- return mesh_data, video_data
 
112
  with open(video_path, "rb") as video_file:
113
  video_data = video_file.read()
114
 
115
+ return video_data