Machine learning models
This page lists the provided machine learning models that are pre-trained and ready to use for inference. The weights of the models are located by default on data/models/ and can be downloaded from the GitHub releases.
The output of the models is composed of Toolbox Structures.
Face analysis
Name |
Description |
Output |
|---|---|---|
Predict the age and gender of a face image |
(Gender, float) |
|
Recognize 7 different emotions from a face image |
||
Perform face recognition tasks |
(str, float) | np.ndarray |
Object detection
Name |
Description |
Output |
|---|---|---|
Detect faces in images |
||
Detect faces in images |
Instance segmentation
Name |
Description |
Output |
|---|---|---|
Perform instance segmentation of 80 different objects |
Keypoints
Name |
Description |
Output |
|---|---|---|
Predict the position of 17 body key points |