zhaoweicai / mscnn

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

Detection metrics precision recall iou #106

Open CassieMai opened 4 years ago

CassieMai commented 4 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!!