Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8425c7

Browse files
committedMay 13, 2022
update
1 parent d83dbc0 commit c8425c7

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed
 

‎README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,27 @@ Note. some module is not provided as webworker for safari because of it's restri
6969
- [MediaPipe BlazePose](#mediapipe-blazepose)
7070
- [installation and usage](#installation-and-usage-16)
7171
- [demo](#demo-16)
72+
- [MediaPipe Mix](#mediapipe-mix)
73+
- [installation and usage](#installation-and-usage-17)
74+
- [demo](#demo-17)
7275
- [TFLite Wasm](#tflite-wasm)
7376
- [Google meet person segmentation(TFLite wasm)](#google-meet-person-segmentationtflite-wasm)
74-
- [demo](#demo-17)
75-
- [White-Box-Cartoon(TFLite wasm)](#white-box-cartoontflite-wasm)
7677
- [demo](#demo-18)
78+
- [White-Box-Cartoon(TFLite wasm)](#white-box-cartoontflite-wasm)
79+
- [demo](#demo-19)
7780
- [License](#license-1)
7881
- [ESPCN (TFLite wasm)](#espcn-tflite-wasm)
79-
- [demo](#demo-19)
82+
- [demo](#demo-20)
8083
- [Libs](#libs)
8184
- [FaceSwap](#faceswap)
82-
- [demo](#demo-20)
85+
- [demo](#demo-21)
8386
- [Experiments](#experiments)
8487
- [Exp.1 Multi-version based tfjs model](#exp1-multi-version-based-tfjs-model)
85-
- [demo](#demo-21)
88+
- [demo](#demo-22)
8689
- [src](#src)
8790
- [Citation](#citation-1)
8891
- [Exp.2 Performance improvement](#exp2-performance-improvement)
89-
- [demo](#demo-22)
92+
- [demo](#demo-23)
9093
- [src](#src-1)
9194
- [Citation](#citation-2)
9295
- [Reference](#reference-1)
@@ -397,6 +400,19 @@ This project (code, pre-trained models, demos, etc.) is released under the Creat
397400
[tfjs](https://d3iwgbxa9wipu8.cloudfront.net/P01_wokers/t17_blaze-pose/tfjs/index.html)
398401
[tfjs(slow)](https://flect-lab-web.s3-us-west-2.amazonaws.com/P01_wokers/t17_blaze-pose/tfjs/index.html)
399402

403+
## MediaPipe Mix
404+
405+
Compose Mediapipe models(hand, face, pose).
406+
407+
### installation and usage
408+
409+
[See here](/018_mediapipe-mix-worker-js)
410+
411+
### demo
412+
413+
[all](https://d3iwgbxa9wipu8.cloudfront.net/P01_wokers/t18_mediapipe-mix/index.html)
414+
[all(slow)](https://flect-lab-web.s3-us-west-2.amazonaws.com/P01_wokers/t18_mediapipe-mix/index.html)
415+
400416
# TFLite Wasm
401417

402418
## Google meet person segmentation(TFLite wasm)

0 commit comments

Comments
 (0)
Please sign in to comment.