@GilLevi
I am detecting gender/age from the video, and some faces aren't working well.
Here are sample images(you could see the age at the end of file name)
Male, (0, 2)
(Male, (0, 2))
(Male, (0, 2))
(Male, (4, 6))
(Female, (0, 2))
Any suggestion to improve performance?
Do I crop images too large?
Do I need to rotate image before getting age?
@GilLevi I am detecting gender/age from the video, and some faces aren't working well. Here are sample images(you could see the age at the end of file name)
Male, (0, 2)
(Male, (0, 2))
(Male, (0, 2))
(Male, (4, 6))
(Female, (0, 2))
Any suggestion to improve performance?
Do I crop images too large? Do I need to rotate image before getting age?
Thanks!