Function:
- Read a picture from local files
- Recognise the human face, point out the place of human eyes and face
- Indicate some information about human, including age, sex, race
Environment: Ubuntu 14.04 LTS + Python 2.7.10 + Face++ Face Recognition API
Moudles:
- Pillow
- PyQt4
- sys、time etc.
Notes:
- All my codes are in rec.py
- There are some hidden files generated by Face++ API
- facepp.py was provided by Face++ SDK
- There are some testing pictures under photo folder
Next:
- Implementing openCV Python to recognise face.