mlbench123 commited on
Commit
fac3edf
·
verified ·
1 Parent(s): 4478a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def exclude_scaling_box(
135
 
136
  def resample_contour(contour):
137
  # Get all the parameters at the start:
138
- num_points = 800
139
  smoothing_factor = 5
140
  spline_degree = 3 # Typically k=3 for cubic spline
141
 
 
135
 
136
  def resample_contour(contour):
137
  # Get all the parameters at the start:
138
+ num_points = 1000
139
  smoothing_factor = 5
140
  spline_degree = 3 # Typically k=3 for cubic spline
141