Sm0kyWu commited on
Commit
2ead80c
·
verified ·
1 Parent(s): 540680a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, points
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
  """