Instructions to use MnLgt/yolo-human-parse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MnLgt/yolo-human-parse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MnLgt/yolo-human-parse") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MnLgt/yolo-human-parse", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Jordan Davis commited on
Upload yolo-human-parse/ with huggingface_hub
Browse files- .gitattributes +1 -0
- yolo-human-parse +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
yolo-human-parse/ filter=lfs diff=lfs merge=lfs -text
|
yolo-human-parse
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296e2af47843924b92f2932db0a3de460a3936e3160a29faa3b4a7777868b9e4
|
| 3 |
+
size 287627297
|