JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
976 stars 243 forks source link

Evaluation of class "cyclist" #135

Open srinuSDV opened 1 year ago

srinuSDV commented 1 year ago

Hello, can we also evaluate the class cyclist for Kitti tracking? how can we achieve this, what changes needs to be done in the script ? I tried add the cyclist class in self.valid_classes = ['car', 'pedestrian','cyclist'] and 'CLASSES_TO_EVAL': ['car', 'pedestrian','cyclist'], but these are giving me incorrect results. attached is the result for the same.

Capture

will be waiting for your response.