09441c2632
https://google.github.io/mediapipe/solutions/models.html#selfie-segmentation |
||
---|---|---|
.. | ||
models | ||
tflite | ||
README.md |
README.md
Virtual Background on stream effects
From https://google.github.io/mediapipe/solutions/models.html#selfie-segmentation
Canvas 2D + CPU
This rendering pipeline is pretty much the same as for BodyPix. It relies on Canvas compositing properties to blend rendering layers according to the segmentation mask.
Interactions with TFLite inference tool are executed on CPU to convert from UInt8 to Float32 for the model input and to apply softmax on the model output.
The framerate is higher and the quality looks better than BodyPix
SIMD and non-SIMD
How to test on SIMD:
- Go to chrome://flags/
- Search for SIMD flag
- Enable WebAssembly SIMD support(Enables support for the WebAssembly SIMD proposal).
- Reopen Google Chrome
More details: