Visualisation : Explorer dans Know Your Data
Descriptif :
CelebFaces Attributes Dataset (CelebA) est un ensemble de données d'attributs de visage à grande échelle avec plus de 200 000 images de célébrités, chacune avec 40 annotations d'attributs. Les images de cet ensemble de données couvrent de grandes variations de pose et un encombrement d'arrière-plan. CelebA a de grandes diversités, de grandes quantités et des annotations riches, y compris - 10 177 nombre d'identités, - 202 599 nombre d'images de visage et - 5 emplacements de repère, 40 annotations d'attributs binaires par image.
L'ensemble de données peut être utilisé comme ensemble d'entraînement et de test pour les tâches de vision par ordinateur suivantes : reconnaissance des attributs du visage, détection des visages et localisation des repères (ou des parties du visage).
Documentation complémentaire : Explorer sur Papers With Code
Page d' accueil : http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
Code source :
tfds.datasets.celeb_a.Builder
Versions :
-
2.0.0
: Aucune note de version. -
2.0.1
(par défaut) : nouvelle API fractionnée ( https://tensorflow.org/datasets/splits )
-
Taille du téléchargement :
1.38 GiB
Taille du jeu de données :
1.62 GiB
Mise en cache automatique ( documentation ): Non
Fractionnements :
Diviser | Exemples |
---|---|
'test' | 19 962 |
'train' | 162 770 |
'validation' | 19 867 |
- Structure des fonctionnalités :
FeaturesDict({
'attributes': FeaturesDict({
'5_o_Clock_Shadow': bool,
'Arched_Eyebrows': bool,
'Attractive': bool,
'Bags_Under_Eyes': bool,
'Bald': bool,
'Bangs': bool,
'Big_Lips': bool,
'Big_Nose': bool,
'Black_Hair': bool,
'Blond_Hair': bool,
'Blurry': bool,
'Brown_Hair': bool,
'Bushy_Eyebrows': bool,
'Chubby': bool,
'Double_Chin': bool,
'Eyeglasses': bool,
'Goatee': bool,
'Gray_Hair': bool,
'Heavy_Makeup': bool,
'High_Cheekbones': bool,
'Male': bool,
'Mouth_Slightly_Open': bool,
'Mustache': bool,
'Narrow_Eyes': bool,
'No_Beard': bool,
'Oval_Face': bool,
'Pale_Skin': bool,
'Pointy_Nose': bool,
'Receding_Hairline': bool,
'Rosy_Cheeks': bool,
'Sideburns': bool,
'Smiling': bool,
'Straight_Hair': bool,
'Wavy_Hair': bool,
'Wearing_Earrings': bool,
'Wearing_Hat': bool,
'Wearing_Lipstick': bool,
'Wearing_Necklace': bool,
'Wearing_Necktie': bool,
'Young': bool,
}),
'image': Image(shape=(218, 178, 3), dtype=uint8),
'landmarks': FeaturesDict({
'lefteye_x': int64,
'lefteye_y': int64,
'leftmouth_x': int64,
'leftmouth_y': int64,
'nose_x': int64,
'nose_y': int64,
'righteye_x': int64,
'righteye_y': int64,
'rightmouth_x': int64,
'rightmouth_y': int64,
}),
})
- Documentation des fonctionnalités :
Caractéristique | Classer | Forme | Dtype | La description |
---|---|---|---|---|
FonctionnalitésDict | ||||
les attributs | FonctionnalitésDict | |||
attributs/5_o_Clock_Shadow | Tenseur | bourdonner | ||
attributs/Arched_Eyebrows | Tenseur | bourdonner | ||
attributs/attractifs | Tenseur | bourdonner | ||
attributs/Bags_Under_Eyes | Tenseur | bourdonner | ||
attributs/Chauve | Tenseur | bourdonner | ||
attributs/Frange | Tenseur | bourdonner | ||
attributs/Big_Lips | Tenseur | bourdonner | ||
attributs/Gros_Nez | Tenseur | bourdonner | ||
attributs/Black_Hair | Tenseur | bourdonner | ||
attributs/Blond_Hair | Tenseur | bourdonner | ||
attributs/Flou | Tenseur | bourdonner | ||
attributs/Brown_Hair | Tenseur | bourdonner | ||
attributs/Bushy_Eyebrows | Tenseur | bourdonner | ||
attributs/Joufflu | Tenseur | bourdonner | ||
attributs/Double_menton | Tenseur | bourdonner | ||
attributs/Lunettes | Tenseur | bourdonner | ||
attributs/bouc | Tenseur | bourdonner | ||
attributs/Gray_Hair | Tenseur | bourdonner | ||
attributs/Heavy_Makeup | Tenseur | bourdonner | ||
attributs/High_Cheekbones | Tenseur | bourdonner | ||
attributs/Homme | Tenseur | bourdonner | ||
attributs/Mouth_Slightly_Open | Tenseur | bourdonner | ||
attributs/moustache | Tenseur | bourdonner | ||
attributs/Narrow_Eyes | Tenseur | bourdonner | ||
attributs/No_Beard | Tenseur | bourdonner | ||
attributs/Oval_Face | Tenseur | bourdonner | ||
attributs/Pale_Skin | Tenseur | bourdonner | ||
attributs/Pointy_Nose | Tenseur | bourdonner | ||
attributs/Receding_Hairline | Tenseur | bourdonner | ||
attributs/Rosy_Cheeks | Tenseur | bourdonner | ||
attributs/Favoris | Tenseur | bourdonner | ||
attributs/Sourire | Tenseur | bourdonner | ||
attributs/Straight_Hair | Tenseur | bourdonner | ||
attributs/Wavy_Hair | Tenseur | bourdonner | ||
attributs/Wearing_Earrings | Tenseur | bourdonner | ||
attributs/Porter_Chapeau | Tenseur | bourdonner | ||
attributs/Porter_Lipstick | Tenseur | bourdonner | ||
attributs/Porter_Collier | Tenseur | bourdonner | ||
attributs/Porter_Cravate | Tenseur | bourdonner | ||
attributs/Jeune | Tenseur | bourdonner | ||
image | Image | (218, 178, 3) | uint8 | |
Repères | FonctionnalitésDict | |||
repères/lefteye_x | Tenseur | int64 | ||
repères/lefteye_y | Tenseur | int64 | ||
repères/leftmouth_x | Tenseur | int64 | ||
repères/leftmouth_y | Tenseur | int64 | ||
repères/nez_x | Tenseur | int64 | ||
repères/nez_y | Tenseur | int64 | ||
points de repère/oeil droit_x | Tenseur | int64 | ||
repères/righteye_y | Tenseur | int64 | ||
repères/bouchedroite_x | Tenseur | int64 | ||
repères/rightmouth_y | Tenseur | int64 |
Clés supervisées (Voir
as_supervised
doc ):None
Figure ( tfds.show_examples ):
- Exemples ( tfds.as_dataframe ):
- Citation :
@inproceedings{conf/iccv/LiuLWT15,
added-at = {2018-10-09T00:00:00.000+0200},
author = {Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
biburl = {https://www.bibsonomy.org/bibtex/250e4959be61db325d2f02c1d8cd7bfbb/dblp},
booktitle = {ICCV},
crossref = {conf/iccv/2015},
ee = {http://doi.ieeecomputersociety.org/10.1109/ICCV.2015.425},
interhash = {3f735aaa11957e73914bbe2ca9d5e702},
intrahash = {50e4959be61db325d2f02c1d8cd7bfbb},
isbn = {978-1-4673-8391-2},
keywords = {dblp},
pages = {3730-3738},
publisher = {IEEE Computer Society},
timestamp = {2018-10-11T11:43:28.000+0200},
title = {Deep Learning Face Attributes in the Wild.},
url = {http://dblp.uni-trier.de/db/conf/iccv/iccv2015.html#LiuLWT15},
year = 2015
}