|
| 1 | +"MediaPipe Selfie Segmentation Model |
| 2 | +==================================== |
| 3 | + |
| 4 | +This directory contains the MediaPipe Selfie Segmentation model |
| 5 | +(general 256x256 variant), repackaged into the `.ssbin` binary |
| 6 | +format for use with the TypeGPU runtime. |
| 7 | + |
| 8 | +Original work |
| 9 | +------------- |
| 10 | +Title: MediaPipe Selfie Segmentation (general 256x256 model) |
| 11 | +Authors: Tingbo Hou, Siargey Pisarchyk, Karthik Raveendran (Google LLC) |
| 12 | +Date: May 6, 2021 |
| 13 | +License: Apache License, Version 2.0 |
| 14 | +Model card: https://storage.googleapis.com/mediapipe-assets/Model%20Card%20MediaPipe%20Selfie%20Segmentation.pdf |
| 15 | + |
| 16 | +Copyright (c) 2021 Google LLC |
| 17 | + |
| 18 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 19 | +you may not use this file except in compliance with the License. |
| 20 | +You may obtain a copy of the License at |
| 21 | + |
| 22 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 23 | + |
| 24 | +Unless required by applicable law or agreed to in writing, software |
| 25 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 26 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 27 | +See the License for the specific language governing permissions and |
| 28 | +limitations under the License. |
| 29 | + |
| 30 | +Modifications |
| 31 | +------------- |
| 32 | +The original model has been repackaged from its original distribution |
| 33 | +format into the `.ssbin` binary container format compatible with the |
| 34 | +TypeGPU runtime. The model weights, architecture, and computational |
| 35 | +behavior have not been altered; only the file container has been changed. |
| 36 | + |
| 37 | +This repackaging was performed by Software Mansion S.A. as part of the |
| 38 | +TypeGPU project (https://github.com/software-mansion/TypeGPU). |
| 39 | + |
| 40 | +Trademarks |
| 41 | +---------- |
| 42 | +"MediaPipe" and "Google" are trademarks of Google LLC. This project is |
| 43 | +not affiliated with, endorsed by, or sponsored by Google LLC. References |
| 44 | +to MediaPipe herein are made for the sole purpose of identifying the |
| 45 | +upstream source of the model in accordance with Apache License 2.0 |
| 46 | +attribution requirements." |
0 commit comments