qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Adding metrics to the model #785

Closed Only-a-User closed 1 year ago

Only-a-User commented 1 year ago

Hi,

i want to add metrics to the training, so I can visualize my reults better, but i don't really now how. Obviously calculating the IoU and mAP would be ideal, as well as Precision & Recall.

I thought about implementing tensorflow_ranking keras metrics, but that didn't work (I don't know why though).

Anyone have any pointers?

Only-a-User commented 1 year ago

As none seems to be active, i'll go ahead and close this thread.