Update README.md
Browse files
README.md
CHANGED
|
@@ -106,4 +106,31 @@ configs:
|
|
| 106 |
path: data/validation-*
|
| 107 |
- split: test
|
| 108 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
path: data/validation-*
|
| 107 |
- split: test
|
| 108 |
path: data/test-*
|
| 109 |
+
license: mit
|
| 110 |
+
task_categories:
|
| 111 |
+
- feature-extraction
|
| 112 |
+
- image-classification
|
| 113 |
+
- image-feature-extraction
|
| 114 |
+
size_categories:
|
| 115 |
+
- 100K<n<1M
|
| 116 |
---
|
| 117 |
+
|
| 118 |
+
# CelebA-128x128
|
| 119 |
+
|
| 120 |
+
CelebA with attrs at 128x128 resolution.
|
| 121 |
+
|
| 122 |
+
## Dataset Information
|
| 123 |
+
|
| 124 |
+
The attributes are binary attributes. The dataset is already split into train/test/validation sets.
|
| 125 |
+
|
| 126 |
+
## Citation
|
| 127 |
+
|
| 128 |
+
```bibtex
|
| 129 |
+
@inproceedings{liu2015faceattributes,
|
| 130 |
+
title = {Deep Learning Face Attributes in the Wild},
|
| 131 |
+
author = {Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
|
| 132 |
+
booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
|
| 133 |
+
month = {December},
|
| 134 |
+
year = {2015}
|
| 135 |
+
}
|
| 136 |
+
```
|