zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
405 stars 211 forks source link

Detection metrics precision recall iou #106

Open CassieMai opened 5 years ago

CassieMai commented 5 years ago

Hi @zhaoweicai . I have transformed the detections to kitti format by using writeDetForEval.m under $MSCNN_ROOT/examples/kitti_result/. But I didn't see the performance metrics like FP, TP, precision, recall, AP. Where can I get the metrics? Thank you!!