Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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 |
|