hedrergudene/FakeItTillYouMakeIt
收藏Hugging Face2022-12-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/hedrergudene/FakeItTillYouMakeIt
下载链接
链接失效反馈官方服务:
资源简介:
# Introduction
Face Synthetics dataset is a collection of diverse synthetic face images with ground truth labels.
It was introduced in our paper Fake It Till You Make It: Face analysis in the wild using synthetic data alone.
Our dataset contains:
100,000 images of faces at 512 x 512 pixel resolution
70 standard facial landmark annotations
per-pixel semantic class anotations
It can be used to train machine learning systems for face-related tasks such as landmark localization and face parsing, showing that synthetic data can both match real data in accuracy as well as open up new approaches where manual labelling would be impossible.
Some images also include hands and off-center distractor faces in addition to primary faces centered in the image.
The Face Synthetics dataset can be used for non-commercial research, and is licensed under the license found in LICENSE.txt.
# Dataset Layout
The Face Synthetics dataset is a single .zip file containing color images, segmentation images, and 2D landmark coordinates in a text file.
```markdown
dataset.zip
|
|- {frame_id}.png # Rendered image of a face
|- {frame_id}_seg.pmg # Segmentation image
|- {frame_id}_ldmks.txt # Landmark annotations for 70 facial landmarks (x,y)
```
# Download
A small subset of the original dataset can be found here; in order to train models in the entire dataset, please refer to [Microsoft original repo](https://github.com/microsoft/FaceSynthetics).
提供机构:
hedrergudene
原始信息汇总
Face Synthetics 数据集概述
数据集描述
- 类型: 合成面部图像数据集
- 图像数量: 100,000张
- 分辨率: 512 x 512像素
- 标注:
- 70个标准面部地标标注
- 逐像素语义类别标注
- 应用: 用于训练机器学习系统进行面部相关任务,如地标定位和面部解析
- 特点: 包含手部和非中心干扰面部图像,以及中心面部图像
数据集内容
- 文件结构:
{frame_id}.png: 面部渲染图像{frame_id}_seg.png: 分割图像{frame_id}_ldmks.txt: 包含70个面部地标(x,y)坐标的文本文件
使用许可
- 用途: 非商业研究
- 许可: 详见
LICENSE.txt



