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
init models
Browse files- 79999_iter.pth +3 -0
79999_iter.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:468e13ca13a9b43cc0881a9f99083a430e9c0a38abd935431d1c28ee94b26567
|
| 3 |
+
size 53289463
|