broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
555 stars 222 forks source link

How to calculate the accuracy of the model that is generated? #219

Open shobhitpuri opened 5 years ago

shobhitpuri commented 5 years ago

I used RCNN to generate a model for DOTA dataset. I passed in the validation generator as well when fitting. At the end of the training it gives loss. How to get the accuracy of the model that has been created?