mickeyvanolst/face-parsing-coreml

🤗 Hugging Face 来源mit53 MBother✓ 1 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo mickeyvanolst/face-parsing-coreml ./model-folder
需要做种者 →

Face parsing (BiSeNet) — Core ML

FaceParsing.mlpackage — 19-class facial semantic segmentation, converted to Core ML and re-targeted for macOS.

Classes cover skin, brows, eyes, glasses, ears, earrings, nose, mouth, lips, neck, necklace, clothing, hair and hat — the standard CelebAMask-HQ label set.

Provenance and license

Converted from yakhyo/face-parsing (MIT) — BiSeNet face parsing, PyTorch weights with ONNX export. This repository redistributes it as a Core ML format conversion under the same MIT license. All credit for the model and its training goes to yakhyo.

Use

Runs in any Core ML image pipeline. In AML for TouchDesigner it loads into the CoreML Model operator, which detects the 19-class output and selects its Face Parsing palette automatically.

Note: models compiled for iOS can fail to load on macOS with error -1. This package is already re-targeted for macOS deployment.