Instructions to use leonelhs/faceparser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leonelhs/faceparser with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="leonelhs/faceparser")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("leonelhs/faceparser", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ tags:
|
|
| 4 |
- vision
|
| 5 |
- image-segmentation
|
| 6 |
- makeup
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
### This is an non official Face Parser model mirror.
|
|
|
|
| 4 |
- vision
|
| 5 |
- image-segmentation
|
| 6 |
- makeup
|
| 7 |
+
widget:
|
| 8 |
+
- image: "Upload gray scale image"
|
| 9 |
---
|
| 10 |
|
| 11 |
### This is an non official Face Parser model mirror.
|