Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
| 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 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "COCO → SegFormer Semantic Segmentation"
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
task_ids:
|
| 6 |
+
- semantic-segmentation
|
| 7 |
+
tags:
|
| 8 |
+
- segformer
|
| 9 |
+
- transformers
|
| 10 |
+
- datasets
|
| 11 |
+
- coco
|
| 12 |
+
private: true
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# COCO → SegFormer-ready Dataset
|
| 16 |
+
|
| 17 |
+
This dataset was generated from COCO-style annotations and includes:
|
| 18 |
+
- **image**: RGB image
|
| 19 |
+
- **label**: single-channel PNG mask with class ids (255 = ignore index)
|
| 20 |
+
|
| 21 |
+
## Labels
|
| 22 |
+
- `0`: Hair
|
| 23 |
+
- `1`: Hair
|
| 24 |
+
|
| 25 |
+
## Notes
|
| 26 |
+
- Built for fine-tuning [SegFormer](https://huggingface.co/docs/transformers/en/model_doc/segformer).
|
| 27 |
+
- See blog post: *Fine-Tune a Semantic Segmentation Model with a Custom Dataset*.
|
| 28 |
+
|
| 29 |
+
**Summary**: COCO → semantic masks for SegFormer (image+label)
|