Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ def see_point(image, x, y, point_type):
|
|
384 |
"""
|
385 |
# 复制当前列表,并在副本中加上新点(仅用于显示)
|
386 |
updated_image = draw_points_on_image(image, [x,y], point_type)
|
387 |
-
return updated_image
|
388 |
|
389 |
def add_point(x, y, point_type, visible_points, occlusion_points):
|
390 |
"""
|
|
|
384 |
"""
|
385 |
# 复制当前列表,并在副本中加上新点(仅用于显示)
|
386 |
updated_image = draw_points_on_image(image, [x,y], point_type)
|
387 |
+
return updated_image
|
388 |
|
389 |
def add_point(x, y, point_type, visible_points, occlusion_points):
|
390 |
"""
|