fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

monitor mAP?? #1533

Closed chairiq closed 3 years ago

chairiq commented 3 years ago

How can I monitor the mAP while training, or just to check it at the end of the training?

tamasbalassa commented 3 years ago

By looking first through the existing issues, you can find this https://github.com/fizyr/keras-retinanet/issues/1435#issuecomment-703423869 in 15 seconds.

However I was not able to make the validation work during training time, only to evaluate the converted model with the retinanet-evaluate command.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.