Update Model Card with missing dataset metadata
#1
by
MatteoFasulo
- opened
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Laion-Face
|
| 2 |
|
| 3 |
[LAION-Face](https://github.com/FacePerceiver/LAION-Face) is the human face subset of [LAION-400M](https://laion.ai/laion-400-open-dataset/), it consists of 50 million image-text pairs. Face detection is conducted to find images with faces. Apart from the 50 million full-set(LAION-Face 50M), there is a 20 million sub-set(LAION-Face 20M) for fast evaluation.
|
|
@@ -33,5 +61,14 @@ Please be patient, this command might run over days, and cost about 2T disk spac
|
|
| 33 |
|
| 34 |
checkout `download.sh` and [img2dataset](https://github.com/rom1504/img2dataset) for more details and parameter setting.
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: LAION-Face
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10M<n<100M
|
| 8 |
+
tags:
|
| 9 |
+
- image-text
|
| 10 |
+
- faces
|
| 11 |
+
- face detection
|
| 12 |
+
- vision-language
|
| 13 |
+
- large-scale
|
| 14 |
+
- web-scraped
|
| 15 |
+
- facial representation learning
|
| 16 |
+
- pretraining
|
| 17 |
+
- huggingscience
|
| 18 |
+
- science
|
| 19 |
+
task_categories:
|
| 20 |
+
- image-text-to-text
|
| 21 |
+
- image-feature-extraction
|
| 22 |
+
modality:
|
| 23 |
+
- image
|
| 24 |
+
- text
|
| 25 |
+
|
| 26 |
+
dataset_creator: FacePerceiver
|
| 27 |
+
source: LAION-400M
|
| 28 |
+
---
|
| 29 |
# Laion-Face
|
| 30 |
|
| 31 |
[LAION-Face](https://github.com/FacePerceiver/LAION-Face) is the human face subset of [LAION-400M](https://laion.ai/laion-400-open-dataset/), it consists of 50 million image-text pairs. Face detection is conducted to find images with faces. Apart from the 50 million full-set(LAION-Face 50M), there is a 20 million sub-set(LAION-Face 20M) for fast evaluation.
|
|
|
|
| 61 |
|
| 62 |
checkout `download.sh` and [img2dataset](https://github.com/rom1504/img2dataset) for more details and parameter setting.
|
| 63 |
|
| 64 |
+
### Citation
|
| 65 |
+
Please cite:
|
| 66 |
+
```
|
| 67 |
+
@inproceedings{zheng2022general,
|
| 68 |
+
title={General facial representation learning in a visual-linguistic manner},
|
| 69 |
+
author={Zheng, Yinglin and Yang, Hao and Zhang, Ting and Bao, Jianmin and Chen, Dongdong and Huang, Yangyu and Yuan, Lu and Chen, Dong and Zeng, Ming and Wen, Fang},
|
| 70 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
| 71 |
+
pages={18697--18709},
|
| 72 |
+
year={2022}
|
| 73 |
+
}
|
| 74 |
+
```
|