OC_SORT
OC_SORT copied to clipboard
adding support for class ids in ocsort tracker
##Problem trying to solve The ocsort tracker does not provide original class ids of the bounding boxes which is crucial to evaluate the multi object tracking. With having class ids as output from tracker we can easily compare detections results with tracker results on the same ground.
##changes Added support to pass class ids from detection to the tracker as an input and get those class ids corresponding to each tracked bounding box from tracker as an output.