# Third-Party Notices ## Radix Colors 3.0.0 The built-in Generic Palette contains the 31 light, opaque, sRGB color scales from `@radix-ui/colors` 3.0.0, in their original family and step order. Its 372 entries use application-local identifiers `G001` through `G372`; they are screen reference colors, not material-brand product codes. - Source: https://github.com/radix-ui/colors - Published package: https://registry.npmjs.org/@radix-ui/colors/-/colors-3.0.0.tgz - npm gitHead: `c4d0e50006c71ec51c4d6ff349062ab261b57e67` - npm integrity: `sha512-FUOsGBkHrYJwCSEtWRCIfQbZG7q1e6DgxCIOe1SUQzDe/7rXXeA47s8yCn6fuTNQAj1Zq4oTFi9Yjp3wzElcxg==` - License: MIT MIT License Copyright (c) 2021 Radix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Oklab reference color transforms The linear sRGB / Oklab reference transforms are by Björn Ottosson. The author offers the reference code in the public domain and, alternatively, under MIT. BEADS retains the MIT notice for the Swift and Kotlin adaptations. Application-specific palette selection and matching weights are not part of the reference color-space definition. - Source: https://bottosson.github.io/posts/oklab/ - License: MIT - License text: https://bottosson.github.io/misc/License.txt Copyright (c) 2020 Björn Ottosson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Google ML Kit Beads uses the bundled ML Kit Face Detection 16.1.7 and Accurate Pose Detection 18.0.0-beta5 SDKs for human facial-structure preservation, plus Subject Segmentation 16.0.0-beta1 for foreground masks. These SDKs are distributed under the ML Kit Terms of Service: https://developers.google.com/ml-kit/terms Accurate Pose Detection 18.0.0-beta5 is an official beta API and returns landmarks for one prominent person. ML Kit exposes detailed face contours only for the most prominent face; other detected faces use their official eye landmarks. Android ML Kit has no official counterpart to Apple's animal-body-pose request; Beads therefore does not synthesize animal eye or nose anchors on Android. Face detection: https://developers.google.com/ml-kit/vision/face-detection/android Pose detection: https://developers.google.com/ml-kit/vision/pose-detection/android Subject segmentation: https://developers.google.com/ml-kit/vision/subject-segmentation/android ## Depth Anything V2 Small Beads includes the `onnx-community/depth-anything-v2-small` FP16 ONNX artifact derived from `depth-anything/Depth-Anything-V2-Small`. The exact source revision, artifact path, size, and digest are recorded in `Models/depth_anything_v2_small_SOURCE.md` in the application assets. Depth Anything V2 Small and this ONNX repository identify the model license as Apache License 2.0. The complete license is bundled at `Models/depth_anything_v2_small_LICENSE.txt` in the application assets. Project: https://github.com/DepthAnything/Depth-Anything-V2 ONNX artifact: https://huggingface.co/onnx-community/depth-anything-v2-small ## ONNX Runtime Android 1.29.0 Source: https://github.com/microsoft/onnxruntime/tree/v1.29.0 ONNX Runtime is licensed under the MIT License. Its upstream third-party notices are available at https://github.com/microsoft/onnxruntime/blob/v1.29.0/ThirdPartyNotices.txt. MIT License Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.