diff --git a/Models.md b/Models.md index c1fa086..c664256 100644 --- a/Models.md +++ b/Models.md @@ -83,7 +83,7 @@ Switching model also automatically switches implementation used inside `Human` s **Hand destection** can be switched from `handdetect` to `handtrack` -**Body Segmentation** can be switched from `selfie` to `meet` +**Body Segmentation** can be switched from `rvm` to `selfie` or `meet`


@@ -131,6 +131,7 @@ Switching model also automatically switches implementation used inside `Human` s | Sirius-AI MobileFaceNet | 125K | mobilefacenet.json | 5.0M | mobilefacenet.bin | 139 | 112x112 | SSR-Net Age (IMDB) | 93K | age.json | 158K | age.bin | 158 |64x64 | SSR-Net Gender (IMDB) | 92K | gender-ssrnet-imdb.json | 158K | gender-ssrnet-imdb.bin | 157 | 64x64 +| Robust Video Matting | 600K | rvm.json | 3.6M | rvm.bin | 425 |512x512
@@ -141,12 +142,14 @@ Switching model also automatically switches implementation used inside `Human` s ## Credits - Age & Gender Prediction: [**SSR-Net**](https://github.com/shamangary/SSR-Net) +- Anti-Spoofing: [**Real-of-Fake**](https://www.kaggle.com/anku420/fake-face-detection) - Body Pose Detection: [**BlazePose**](https://drive.google.com/file/d/10IU-DRP2ioSNjKFdiGbmmQX81xAYj88s/view) - Body Pose Detection: [**EfficientPose**](https://github.com/daniegr/EfficientPose) - Body Pose Detection: [**MoveNet**](https://blog.tensorflow.org/2021/05/next-generation-pose-detection-with-movenet-and-tensorflowjs.html) - Body Pose Detection: [**PoseNet**](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tensorflow-js-7dd0bc881cd5) - Body Segmentation: [**MediaPipe Meet**](https://drive.google.com/file/d/1lnP1bRi9CSqQQXUHa13159vLELYDgDu0/preview) - Body Segmentation: [**MediaPipe Selfie**](https://drive.google.com/file/d/1dCfozqknMa068vVsO2j_1FgZkW_e3VWv/preview) +- Body Segmentation: [**Robust Video Matting**](https://github.com/PeterL1n/RobustVideoMatting) - Emotion Prediction: [**Oarriaga**](https://github.com/oarriaga/face_classification) - Eye Iris Details: [**MediaPipe Iris**](https://drive.google.com/file/d/1bsWbokp9AklH2ANjCfmjqEzzxO1CNbMu/view) - Face Description: [**HSE-FaceRes**](https://github.com/HSE-asavchenko/HSE_FaceRec_tf) @@ -161,7 +164,6 @@ Switching model also automatically switches implementation used inside `Human` s - Image Filters: [**WebGLImageFilter**](https://github.com/phoboslab/WebGLImageFilter) - ObjectDetection: [**MB3-CenterNet**](https://github.com/610265158/mobilenetv3_centernet) - ObjectDetection: [**NanoDet**](https://github.com/RangiLyu/nanodet) -- Anti-Spoofing: [**Real-of-Fake**](https://www.kaggle.com/anku420/fake-face-detection) - Pinto Model Zoo: [**Pinto**](https://github.com/PINTO0309/PINTO_model_zoo) *Included models are included under license inherited from the original model source*