Closed ajinkya933 closed 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
solved by:
python3 guess.py --model_type inception --model_dir 21936 --filename man.jpg --class_type gender
When I run
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