forked from nextcloud/spreed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace virtual background segmentation model
The original segmentation models used in Jitsi were relicensed by Google from the Apache license to a proprietary one. While in theory the previous versions should still be usable under the Apache license it seems that they were never intended to be released as such. Therefore the segmentation model is now replaced with the MediaPipe Selfie Segmentation model. Code changes are based on commit "9b6b335c60223dc7615b308b8a25a263c7fc95eb" of repository "https://github.com/jitsi/jitsi-meet". "selfie_segmentation_landscape.tflite" was copied from "mediapipe/modules/selfie_segmentation/selfie_segmentation.tflite" of repository "https://github.com/google/mediapipe" at commit "8b57bf879b419173b26277d220b643dac0402334". "Model Card MediaPipe Selfie Segmentation.pdf" was downloaded from "https://drive.google.com/file/d/1dCfozqknMa068vVsO2j_1FgZkW_e3VWv/view". Signed-off-by: Daniel Calviño Sánchez <[email protected]>
- Loading branch information
Showing
9 changed files
with
12 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.18 MB
...dia/effects/virtual-background/vendor/models/Model Card MediaPipe Selfie Segmentation.pdf
Binary file not shown.
Binary file removed
BIN
-398 KB
src/utils/media/effects/virtual-background/vendor/models/segm_full_v679.tflite
Binary file not shown.
Binary file removed
BIN
-398 KB
src/utils/media/effects/virtual-background/vendor/models/segm_lite_v681.tflite
Binary file not shown.
Binary file added
BIN
+244 KB
...utils/media/effects/virtual-background/vendor/models/selfie_segmentation_landscape.tflite
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters