mirror of https://github.com/vladmandic/human
update model list
parent
0c5c707400
commit
2135debf19
9
Home.md
9
Home.md
|
@ -91,13 +91,16 @@ Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `<video>`
|
|||
|
||||
Default models in Human library are:
|
||||
|
||||
- **Face Detection**: MediaPipe BlazeFace (Back version)
|
||||
- **Face Detection**: MediaPipe BlazeFace - Back variation
|
||||
- **Face Mesh**: MediaPipe FaceMesh
|
||||
- **Face Description**: HSE FaceRes
|
||||
- **Face Iris Analysis**: MediaPipe Iris
|
||||
- **Face Description**: HSE FaceRes
|
||||
- **Emotion Detection**: Oarriaga Emotion
|
||||
- **Body Analysis**: PoseNet (AtomicBits version)
|
||||
- **Body Analysis**: MoveNet - Lightning variation
|
||||
- **Hand Analysis**: MediaPipe Hands
|
||||
- **Body Segmentation**: Google Selfie
|
||||
- **Object Detection**: CenterNet
|
||||
- **Body Segmentation**: Google Selfie
|
||||
|
||||
Note that alternative models are provided and can be enabled via configuration
|
||||
For example, `PoseNet` model can be switched for `BlazePose` model depending on the use case
|
||||
|
|
|
@ -4,14 +4,16 @@
|
|||
|
||||
Default models in Human library are:
|
||||
|
||||
- **Face Detection**: MediaPipe BlazeFace-Back
|
||||
- **Face Detection**: MediaPipe BlazeFace - Back variation
|
||||
- **Face Mesh**: MediaPipe FaceMesh
|
||||
- **Face Iris Analysis**: MediaPipe Iris
|
||||
- **Face Description**: HSE FaceRes
|
||||
- **Emotion Detection**: Oarriaga Emotion
|
||||
- **Body Analysis**: PoseNet (AtomicBits version MNv2-075-16)
|
||||
- **Body Analysis**: MoveNet - Lightning variation
|
||||
- **Hand Analysis**: MediaPipe Hands
|
||||
- **Object Detection**: MobileNet-v3 with CenterNet
|
||||
- **Body Segmentation**: Google Selfie
|
||||
- **Object Detection**: CenterNet
|
||||
- **Body Segmentation**: Google Selfie
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -90,6 +92,7 @@ but can be switched on-the-fly due to standardized output implementation
|
|||
| FaceRes | 70K | faceres.json | 6.7M | faceres.bin | 524 |
|
||||
| MoveNet-Lightning | 158K | movenet-lightning.json | 4.5M | movenet-lightning.bin | 178 |
|
||||
| MoveNet-Thunder | 158K | movenet-thunder.json | 12M | movenet-thunder.bin | 178 |
|
||||
| Google Selfie | 82K | selfie.json | 208K | selfie.bin | 136 |
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue