Open starsky68 opened 4 years ago
这样吗?这个需要修改 yolov3_deepsort.py
# select person class
mask = cls_ids == 0
bbox_xywh = bbox_xywh[mask]
# bbox dilation just in case bbox too small, delete this line if using a better pedestrian detector
bbox_xywh[:, 3:] *= 1.2
cls_conf = cls_conf[mask]
请问,该项目有转换为多类别多目标跟踪的版本吗?