guoqing bakeup
This commit is contained in:
@ -333,7 +333,7 @@ def draw_tracking_boxes(imgs, tracks, scale=2):
|
||||
annotator.box_label(pt2, label, color=color)
|
||||
|
||||
img = annotator.result()
|
||||
subimgs.append((fid-1, img))
|
||||
subimgs.append((fid, img))
|
||||
|
||||
return subimgs
|
||||
|
||||
|
Reference in New Issue
Block a user