anzorq commited on
Commit
8eec8ce
1 Parent(s): aee3b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -181,6 +181,7 @@ def save_ply(pc, file_name, grid_size):
181
  model=sdf_model,
182
  batch_size=4096,
183
  grid_size=grid_size, # increase to 128 for resolution used in evals
 
184
  progress=True,
185
  )
186
 
 
181
  model=sdf_model,
182
  batch_size=4096,
183
  grid_size=grid_size, # increase to 128 for resolution used in evals
184
+ fill_vertex_channels=True,
185
  progress=True,
186
  )
187