fizyr / keras-retinanet

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

add AP to Tensorboard #1378

Closed brunoeducsantos closed 4 years ago

brunoeducsantos commented 4 years ago

Hi, This PR is meant to give in verbose option to add AP to tensorboard.

Regards, Bruno

hgaiser commented 4 years ago

What does this do exactly? Don't we already write to tensorboard? Or does this write the per class AP scores?

brunoeducsantos commented 4 years ago

Hi @hgaiser , I want to write per class the AP scores on tensorboard.

hgaiser commented 4 years ago

Sorry for the delay, but thanks for the PR ^^