Spaces:
Runtime error
Runtime error
File size: 612 Bytes
3574511 213990b 3574511 213990b 3574511 213990b 3574511 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
title: Ankara Try-On
emoji: 👗
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
license: cc0-1.0
pinned: false
---
# Clothing Virtual Try-On
A HuggingFace Space that segments clothing from photos and applies fabric patterns using DeepLabV3+ ONNX model.
## Usage
1. Upload your photo
2. Upload a fabric image
3. Click "Apply Fabric"
4. Download the result
## Model
Uses [Metal3d/deeplabv3p-resnet50-human](https://huggingface.co/Metal3d/deeplabv3p-resnet50-human) ONNX model.
The model segments:
- top-clothes (class 5)
- bottom-clothes (class 9)
## License
CC0-1.0 |