Browse Source

Change tab to spaces

dev
sipp11 5 years ago
parent
commit
780d5a910e
  1. 1
      examples/opencv_objs_tracking.py

1
examples/opencv_objs_tracking.py

@ -60,7 +60,6 @@ while True:
(success, boxes) = trackers.update(frame) (success, boxes) = trackers.update(frame)
print('success', success) print('success', success)
print('boxes', boxes) print('boxes', boxes)
trackers.d
# loop over the bounding boxes and draw then on the frame # loop over the bounding boxes and draw then on the frame
for box in boxes: for box in boxes:

Loading…
Cancel
Save