dpressel / rude-carnie

Age detection in Tensorflow
937 stars 341 forks source link

no gender in output #103

Closed ajinkya933 closed 4 years ago

ajinkya933 commented 4 years ago

When I run

python3 guess.py --model_type inception --model_dir 22801 --filename man.jpg --age class_type gender

I get

Guess @ 1 (25, 32), prob = 0.91 Guess @ 2 (38, 43), prob = 0.09

I don't know what gender M, or F this person is ? How do I get that

ajinkya933 commented 4 years ago

solved by:

python3 guess.py --model_type inception --model_dir 21936 --filename man.jpg --class_type gender