A19grey commited on
Commit
602ae0d
·
1 Parent(s): f95c546

test push to force update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def generate_3d_model(depth, image_path, focallength_px):
96
  # Create the mesh using Trimesh with vertex colors
97
  mesh = trimesh.Trimesh(vertices=vertices, faces=faces, vertex_colors=colors)
98
 
99
- # Export the mesh to an OBJ file
100
  model_path = 'output_model.obj'
101
  mesh.export(model_path)
102
  return model_path
 
96
  # Create the mesh using Trimesh with vertex colors
97
  mesh = trimesh.Trimesh(vertices=vertices, faces=faces, vertex_colors=colors)
98
 
99
+ # Export the mesh to an OBJ file .
100
  model_path = 'output_model.obj'
101
  mesh.export(model_path)
102
  return model_path