dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

What do the Numbers after the test results mean?precision #55

Closed lccate closed 5 years ago

lccate commented 5 years ago

for example ,i input a picture and output "car 0.997",what do the 0.997 mean?

gwspotex commented 5 years ago

that's mean the Probability

morpheusthewhite commented 5 years ago

It is score that tells you how much good is your network in classifying the given images

You can find more here