Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,14 +1,32 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Clothing Virtual Try-On Space
|
| 2 |
+
|
| 3 |
+
A HuggingFace Space that segments clothing from photos and applies fabric patterns using DeepLabV3+ ONNX model.
|
| 4 |
+
|
| 5 |
+
## Features
|
| 6 |
+
|
| 7 |
+
- Segments clothing (top and bottom) from user photos
|
| 8 |
+
- Applies fabric pattern to the segmented clothing area
|
| 9 |
+
- Uses ONNX model for fast inference
|
| 10 |
+
|
| 11 |
+
## Usage
|
| 12 |
+
|
| 13 |
+
1. Upload your photo
|
| 14 |
+
2. Upload a fabric image
|
| 15 |
+
3. Click "Apply Fabric"
|
| 16 |
+
4. Download the result
|
| 17 |
+
|
| 18 |
+
## Model
|
| 19 |
+
|
| 20 |
+
Uses [Metal3d/deeplabv3p-resnet50-human](https://huggingface.co/Metal3d/deeplabv3p-resnet50-human) ONNX model for human body segmentation.
|
| 21 |
+
|
| 22 |
+
The model segments:
|
| 23 |
+
- top-clothes (class 5)
|
| 24 |
+
- bottom-clothes (class 9)
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
CC0-1.0
|
| 29 |
+
|
| 30 |
+
## Hosting
|
| 31 |
+
|
| 32 |
+
This Space is designed to be hosted on HuggingFace for free. It uses CPU inference which is free on HF Spaces.
|