Views
No views yet
| Metric | Score |
|---|---|
| Dice Score | 0.926 |
| Mean IoU | 0.878 |
| Pixel Accuracy | 0.976 |
nvidia/segformer-b0-finetuned-ade-512-512), fine-tuned with a binary (1-channel) segmentation head| File | Contains | Use case |
|---|---|---|
best_model_inference_only.pth | Model weights only | Evaluation and inference (recommended) |
best_model_full.pth | Model weights + optimizer state | Resuming training from this checkpoint |
wget https://huggingface.co/UseItOrLoseIt/clothing-segmentation-segformer-b0/resolve/main/best_model_inference_only.pth -O checkpoints/best_model.pthpython inference.py --image_path your_photo.jpg --output_path result.png