qqwweee / keras-yolo3

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

no code to get maP for results #731

Open faheem-khaskheli opened 3 years ago

faheem-khaskheli commented 3 years ago

how can i get maP (mean average precision) for my trained dataset?

tfukumori commented 3 years ago

You may want to refer to this pull request here. It is implemented for Tensorboard and mAP.

https://github.com/qqwweee/keras-yolo3/pull/206

However, this pull request does not take into account the Tiny model. Here is the code for the Tiny model

https://github.com/tfukumori/keras-yolo3/blob/master/train_v2.py

Pull Request Changes from 206 https://github.com/tfukumori/keras-yolo3/commit/564cce259df453366b64921f34412e5dcd65cc64

Translated with www.DeepL.com/Translator (free version)