yanranxiaoxi commited on
Commit
88b373e
·
verified ·
1 Parent(s): 2ad86be

chore: shape in planes_path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def generate_mesh(image, source_size=512, render_size=384, mesh_size=512, export
228
 
229
  def step_1_generate_planes(image):
230
  planes_path, _ = generate_mesh(image)
231
- return planes_path
232
 
233
  def step_2_generate_obj(image):
234
  _, mesh_path = generate_mesh(image, export_mesh=True)
 
228
 
229
  def step_1_generate_planes(image):
230
  planes_path, _ = generate_mesh(image)
231
+ return planes_path.shape
232
 
233
  def step_2_generate_obj(image):
234
  _, mesh_path = generate_mesh(image, export_mesh=True)