Yw22 commited on
Commit
665c7d3
1 Parent(s): 2a34e41
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -404,7 +404,6 @@ def add_tracking_points(tracking_points, first_frame_path, drag_mode, evt: gr.Se
404
  elif drag_mode=='camera':
405
  color = (0, 0, 255, 255)
406
 
407
- import ipdb; ipdb.set_trace()
408
  print(f"You selected {evt.value} at {evt.index} from {evt.target}")
409
  tracking_points.constructor_args['value'][-1].append(evt.index)
410
  print(tracking_points.constructor_args)
 
404
  elif drag_mode=='camera':
405
  color = (0, 0, 255, 255)
406
 
 
407
  print(f"You selected {evt.value} at {evt.index} from {evt.target}")
408
  tracking_points.constructor_args['value'][-1].append(evt.index)
409
  print(tracking_points.constructor_args)