Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def set_predictor(image):
|
|
| 26 |
return [image, predictor, 'Done']
|
| 27 |
|
| 28 |
|
| 29 |
-
def get_polygon(points, image,
|
| 30 |
"""
|
| 31 |
Returns the points of the polygon given a bounding box and a prediction
|
| 32 |
made by Sam.
|
|
|
|
| 26 |
return [image, predictor, 'Done']
|
| 27 |
|
| 28 |
|
| 29 |
+
def get_polygon(points, image, predictor):
|
| 30 |
"""
|
| 31 |
Returns the points of the polygon given a bounding box and a prediction
|
| 32 |
made by Sam.
|