endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

Find number of missclassification(and other stats) #339

Open sanchitchip opened 6 years ago

sanchitchip commented 6 years ago

Hi how to get the info on which images are missclassified in the test suite or other statistics while running the model on test suite

Which file/code i should change etc.. Any help will be appreciated