This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Description
Below is the comment of the detect method.
attributes: [Optional] Analyze and return the one or more specified
face attributes in the comma-separated string like
"returnFaceAttributes=age,gender". Supported face attributes
include age, gender, headPose, smile, facialHair, glasses and
emotion. Note that each face attribute analysis has additional
computational and time cost.
quote from face.py
The attributes arg should be "age,gender", not "returnFaceAttributes=age,gender".
This comment is difficult to understand.