Monkez
Results
3
comments of
Monkez
I have same error, which ide should we use to pass this problem!
I modify the deep_sort.py file at line 32 like this to detect only person detections = [Detection(bbox_tlwh[i], conf, features[i],oid) for i, (conf,oid) in enumerate(zip(confidences,oids)) if conf > self.min_confidence and oid==0]
I hope the author adds this feature.