Add files via upload

pull/28/head
Sharpiless 2021-01-07 17:08:55 +08:00 committed by GitHub
parent 8166ef6345
commit ce2ec1a3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 23 deletions

View File

@ -43,6 +43,9 @@ def update_tracker(target_detector, image):
bbox_xywh = []
confs = []
bboxes2draw = []
face_bboxes = []
if len(bboxes):
# Adapt detections to deep sort input format
for x1, y1, x2, y2, _, conf in bboxes:
@ -60,9 +63,6 @@ def update_tracker(target_detector, image):
# Pass detections to deepsort
outputs = deepsort.update(xywhs, confss, image)
bboxes2draw = []
face_bboxes = []
for value in list(outputs):
x1,y1,x2,y2,track_id = value
bboxes2draw.append(