I know i implemented the F1 score measure but... I did it wrong, I just got this warning:
keras_retinanet/bin/../../keras_retinanet/utils/eval.py:77: RuntimeWarning: invalid value encountered in double_scalars
f1 = 2*((precision.max()*recall.max())/(precision.max()+recall.max()))
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.
Hi guys,
I know i implemented the F1 score measure but... I did it wrong, I just got this warning:
Can anyone help me to fix this?
Thanks.