dpressel / rude-carnie

Age detection in Tensorflow
937 stars 342 forks source link

eval.py display accuracy #94

Open LAmrein opened 5 years ago

LAmrein commented 5 years ago

Hi when I validate my age model (Levi &Hassner) I get the following results:

2019-05-23 18:10:44.544268: precision @ 1 = 0.792 (1115/1408) 2019-05-23 18:10:44.544290: recall @ 2 = 0.913 (1286/1408)

First is it also possible to display the accuracy? As precision and accuracy are not the same. Second, are these the results for one-off? Because the reached accuracy in the paper for age is 50.7 %, so a precision of 0.792 % would be incredibly high.