Face Analyzer
84 landmarks, pose, gender, age, race, eyeglasses, wearing-hat, baldness, blond-hair recognition
Available in Asset Store
Make your game to know about your game player!
Current Version 1.0.0 (first release)
FaceAnalyzer is a deep-learning-based face analyzer plugin, trained with 150,000+ datasets.
[FEATURES]
1) 51 / 84 facial landmarks detection in real-time
2) head pose estimation (roll, pitch and yaw)
3) gender estimation (male / female)
4) age estimation (0 ~ 99)
5) race estimation (white / black / Asian / Indian / others)
6) baldness estimation (bald or not bald)
7) blond-hair estimation (blond or not blond)
8) eyeglasses detection (wearing eyeglasses or not)
9) hat detection (wearing hat or not)
10) lightweight OpenCV API (opencv.org) with only core, imgproc, and dnn module.
(If you want more OpenCV module, feel free to contact us : ) )
Trained deep learning model is also very lightweight.
Facial landmarks(and face detect, head pose) model size is just 3.4MB and facial attributes(gender, age, race, baldness, blond-hair, eyeglasses, wearing-hat) is just 14.6MB.
Because this plugin was trained with 150,000+ datasets, it cannot be perfect.
Especially, the facial attributes âIndian, baldness and blond-hairâ show some errors because of dataset imbalance.
[MORE TO COME]
We will upgrade this plugin with larger and larger dataset.
We will also add additional facial attributes such as a beard, eye-color, or wearing sunglasses, etc.
To get enterprise-level plugin, which is faster and more accurate using larger datasets with required customization,
Feel free to contact,
We can also customize according to your needs for your application, such as algorithm speed vs. accuracy vs. model-size, or more facial attributes, such as facial emotion, hairstyle, eye blink, or gaze direction.
If you find a bug or you canât use the asset as you need,
please first email me to contact@illuni.com (in English or in Korean) before leaving a review to the asset store.
I am here to help and to improve my assets for the best.
Response time can be up to 5 business days.
System Requirements:
Windows, macOS, Android and iOS are supported.
You can see all the features of this plugin in detail in this document.
Best,
[DEMO]
[KNOWN ISSUE]
To run the provided example scene in the first release version, the scene script requires a webcam device connection.
If there is no webcam device connection, it shows error!