NCJ commited on
Commit
8c41dd5
1 Parent(s): 6a23860

sync with source

Browse files
Files changed (1) hide show
  1. demo/render_hints.py +1 -1
demo/render_hints.py CHANGED
@@ -58,7 +58,7 @@ def render_hint_images(model_path, fov, pls, power=500., geo_smooth=True, output
58
  obj.modifiers.new("Smooth", type="SMOOTH")
59
  smooth_modifier = obj.modifiers["Smooth"]
60
  smooth_modifier.factor = 0.5
61
- smooth_modifier.iterations = 25
62
  configure_blender()
63
 
64
  c2w = np.array([
 
58
  obj.modifiers.new("Smooth", type="SMOOTH")
59
  smooth_modifier = obj.modifiers["Smooth"]
60
  smooth_modifier.factor = 0.5
61
+ smooth_modifier.iterations = 50
62
  configure_blender()
63
 
64
  c2w = np.array([