soychick commited on
Commit
a90110a
·
verified ·
1 Parent(s): 2477c08

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -29
README.md CHANGED
@@ -1,29 +1,29 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: pixel_values
6
- dtype: image
7
- - name: label
8
- dtype: image
9
- - name: image_id
10
- dtype: int64
11
- - name: file_name
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 1930201
16
- num_examples: 28
17
- - name: validation
18
- num_bytes: 481136
19
- num_examples: 7
20
- download_size: 2419439
21
- dataset_size: 2411337
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
- - split: validation
28
- path: data/validation-*
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)