Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.
Evaluates a given detection by calculating the mAP of the bounding box detections results based on a given test set and the detector code. This repo uses for now the yolov3_detector as an example detector for illustration
Based on Faster R-CNN, we train model on our mask dataset and leverage data augmentation to preprocess our data. Mean average precision is introduced to evaluate the model performance. You'll see data augmentation and mAP evaluation in detailed explainations, and tutorials of faster-rcnn training
Improving the performance of the information retrieval system by normalization of data .Elasticsearch engine was used and bm25 model was used to compare the performance of the IR system.