Add README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ tags:
|
|
| 21 |
|
| 22 |
Semantic face parsing into 19 regions: skin, nose, eyes, eyebrows, ears, mouth, lip, hair, hat, eyeglass, earring, necklace, neck, cloth, background. 512×512 input.
|
| 23 |
|
|
|
|
|
|
|
| 24 |
Core ML conversion of [zllrunning/face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 25 |
|
| 26 |
| | |
|
|
|
|
| 21 |
|
| 22 |
Semantic face parsing into 19 regions: skin, nose, eyes, eyebrows, ears, mouth, lip, hair, hat, eyeglass, earring, necklace, neck, cloth, background. 512×512 input.
|
| 23 |
|
| 24 |
+
<p><img src="https://huggingface.co/mlboydaisuke/Face-Parsing-CoreML/resolve/main/media/19082e4ae1.png" alt="Face Parsing demo" width="49%"> <img src="https://huggingface.co/mlboydaisuke/Face-Parsing-CoreML/resolve/main/media/4ca1b439ca.png" alt="Face Parsing demo" width="49%"></p>
|
| 25 |
+
|
| 26 |
Core ML conversion of [zllrunning/face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 27 |
|
| 28 |
| | |
|