yolo26-face / scripts /data.yaml
a-ml's picture
Add YOLO26 face-parsing models: PyTorch checkpoints, Core ML exports, training/export scripts, results and demo
e2f3b24 verified
Raw
History Blame Contribute Delete
547 Bytes
# CelebAMask-HQ -> Ultralytics YOLO26 semantic segmentation
# masks: single-channel indexed PNG, pixel value == class index, 0 == background
path: /Users/ari/FaceSegmentation/dataset_celebamaskhq_semantic
train: images/train
val: images/val
test: images/test
masks_dir: masks
names:
0: background
1: skin
2: nose
3: eyeglasses
4: left_eye
5: right_eye
6: left_eyebrow
7: right_eyebrow
8: left_ear
9: right_ear
10: mouth
11: upper_lip
12: lower_lip
13: hair
14: hat
15: earring
16: necklace
17: neck
18: cloth