olgaliak / active-learning-detect

Active learning + object detection
MIT License
100 stars 33 forks source link

Added mAP validation #8

Closed yashpande closed 6 years ago

yashpande commented 6 years ago

Adds mAP option in validation. Still supports existing validation techniques. Main change to original files is that each prediction includes a box confidence, along with the confidence for the image as a whole. This should probably have been recorded from the beginning, but is used by mAP validation. Everything else is is in map_validation.py.