Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ def get_mesh(image, depth, blur_data, loadall):
|
|
322 |
#cverts[i].append(verts[j])
|
323 |
#j=j+1
|
324 |
mesh.append(trimesh.PointCloud(verts))
|
325 |
-
mesh.
|
326 |
mesh[len(mesh)-1].merge_vertices()
|
327 |
#i=i+1
|
328 |
mesh_n.append(str(fnum))
|
|
|
322 |
#cverts[i].append(verts[j])
|
323 |
#j=j+1
|
324 |
mesh.append(trimesh.PointCloud(verts))
|
325 |
+
mesh[len(mesh)-1].visual.color = [255,0,255,255]
|
326 |
mesh[len(mesh)-1].merge_vertices()
|
327 |
#i=i+1
|
328 |
mesh_n.append(str(fnum))
|