qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding metrics to the model

Only-a-User opened this issue · comments

commented

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?

commented

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