dpressel / rude-carnie

Age detection in Tensorflow
937 stars 342 forks source link

What will guess.py do if there are lots of faces or no face in the picture? #56

Closed lidh15 closed 6 years ago

lidh15 commented 6 years ago

I use guess.py to predict gender and age and when there is exactly one face in the picture, it performs nice, but when there are several faces or no face, it returns some invalid prediction. Does that mean I need to do face detection first?

lidh15 commented 6 years ago

ok I see readme, but it is slow on cpu