bochinski / iou-tracker

Python implementation of the IOU Tracker
http://www.nue.tu-berlin.de
MIT License
689 stars 175 forks source link

detections numpy array(fieldNames = ['frame','id','x','y','w','h',score]), What does ‘id’ mean? #26

Open sunaixiadashuaibi opened 1 year ago

sunaixiadashuaibi commented 1 year ago

detections path to csv file containing the detections or numpy array containing them. Loads detections stored in a mot-challenge like formatted CSV or numpy array containing them.

numpy array(fieldNames = ['frame','id','x','y','w','h','score']), What does ‘id’ mean?

Thank you for your reply