For my validation dataset (own data), I evaluate using both COCO and Kitti evaluation metrics.
I expect a similar score for COCO AP (0.5) value and Kitti 2D AP (with iou=0.5). But I am not sure if they are comparable, inspite the logic behind them being the same (2D front view GT and DET boxes are checked for iou>0.5 and matched and precision/recalls are computed).
COCO obj detection AP 0.5 = 0.59 Kitti 2D AP with iou set as 0.5 = 0.33
Is it right to expect them to be comparable?? Most papers I find use only one of them, and no one has really compared the results got from both evaluation metrics.