mirror of https://github.com/vladmandic/human
update readme
parent
df933ccf8e
commit
dce357964d
11
README.md
11
README.md
|
@ -289,16 +289,15 @@ And for even better results, you can run detection in a separate web worker thre
|
|||
|
||||
Default models in Human library are:
|
||||
|
||||
- **Face Detection**: MediaPipe BlazeFace - Back variation
|
||||
- **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**: MoveNet - Lightning variation
|
||||
- **Hand Analysis**: MediaPipe Hands
|
||||
- **Body Segmentation**: Google Selfie
|
||||
- **Object Detection**: MB3 CenterNet
|
||||
- **Body Analysis**: MoveNet Lightning variation
|
||||
- **Hand Analysis**: HandTrack & MediaPipe HandLandmarks
|
||||
- **Body Segmentation**: Google Selfie
|
||||
- **Object Detection**: CenterNet with MobileNet v3
|
||||
|
||||
Note that alternative models are provided and can be enabled via configuration
|
||||
For example, `PoseNet` model can be switched for `BlazePose`, `EfficientPose` or `MoveNet` model depending on the use case
|
||||
|
@ -315,7 +314,7 @@ For more info, see [**Configuration Details**](https://github.com/vladmandic/hum
|
|||
|
||||
`Human` library is written in `TypeScript` [4.4](https://www.typescriptlang.org/docs/handbook/intro.html)
|
||||
Conforming to latest `JavaScript` [ECMAScript version 2021](https://262.ecma-international.org/) standard
|
||||
Build target is `JavaScript` [EMCAScript version 2020](https://262.ecma-international.org/11.0/)
|
||||
Build target is `JavaScript` [EMCAScript version 2018](https://262.ecma-international.org/11.0/)
|
||||
|
||||
<br>
|
||||
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit e5a6342e4e2dd5d79b73cafada222ef4b1d1621a
|
||||
Subproject commit 55876f5dbb01d605c862ab2749a2bc11f86d5cba
|
Loading…
Reference in New Issue