thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

How to get score for all classes ? #1102

Open dangmanhtruong1995 opened 4 years ago

dangmanhtruong1995 commented 4 years ago

Hi, how do I get scores for all classes? For example, there is a dog object, with score 0.9. However I also want the cat score for the same object (0.1). How do I get them ? Thank you very much.