face segmentation
face-segmentation-image-dataset
Image Dataset of Face Segmentation for recognition tasks
Dataset comprises 87,800+ images annotated with 100+ landmarks, providing a comprehensive foundation for research in face recognition, segmentation tasks, and object recognition. It is designed to support the development of learning models, recognition algorithms, and segmentation techniques.
By utilizing this dataset, researchers and developers can advance their understanding and capabilities in facial recognition, face… See the full description on the dataset page: https://huggingface.co/datasets/UniDataPro/face-segmentation-image-dataset.face_segmentationAn example of a dataset that we've collected for a photo edit App.
The dataset includes 20 selfies of people (man and women)
in segmentation masks and their visualisations.CelebHQ-face-segmentationCelebHQ-face-segmentationface_segmentation_20This is the dataset used for FluxKontext or Qwen-Image-Edit training with the task image-text2image.
This is a good adtaset that can very fine the effect of finetuning, where the base model is not good at
Refer this for the lora finetune model qwen-image-edit-lora-face-segmentation
Usage of the dataset
dd = load_editing_dataset("TsienDragon/face_segmentation_20")
sample = dd["test"][0]
Example of the data structure
DATASET_ROOT/train
├── control_images
│ ├── 060002_4_028450_FEMALE_30.png
│… See the full description on the dataset page: https://huggingface.co/datasets/TsienDragon/face_segmentation_20.
