문제

I need to make an app that tells if the only face in a certain picture is that of a man or a woman It would be better if it was done using python. Any suggestions are welcome

도움이 되었습니까?

해결책

I think this will solve your problem. Gender detection is what you need to do. Recently I have done gender detection using the below link and got a decent accuracy. Follow the link step by step.

http://docs.opencv.org/trunk/modules/contrib/doc/facerec/tutorial/facerec_gender_classification.html

And there is a C++ code in the above link for Face-recognizer which does this. You can get the equivalent python API's in opencv documentation.

This SO Answer has few more links and information.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top