coral-cnn icon indicating copy to clipboard operation
coral-cnn copied to clipboard

predicting single image age demo

Open neverUseThisName opened this issue 4 years ago • 1 comments

when predicting single image age, why are probs so many 1's? Are these numbers really probilities? And why the class label is 20 while prob for class 20 is low?

neverUseThisName avatar Oct 20 '19 04:10 neverUseThisName

What do you mean by probability for 20 is really low? Can you provide the concrete number as an example?

when predicting single image age, why are probs so many 1's? Are these numbers really probilities?

This is for the binary tasks. If a person is let's say 20 year's old, you should get high probabilities for

  • the person is older than 0 years
  • the person is older than 1 year
  • the person is older than 2 years

up to 20.

rasbt avatar Oct 20 '19 04:10 rasbt