yonatanbitton
commited on
Commit
•
b5a387e
1
Parent(s):
0a7d198
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# FairFace (val set)
|
2 |
+
|
3 |
+
Original paper: [Fairface: Face attribute dataset for balanced race, gender, and age for bias measurement and mitigation](https://openaccess.thecvf.com/content/WACV2021/papers/Karkkainen_FairFace_Face_Attribute_Dataset_for_Balanced_Race_Gender_and_Age_WACV_2021_paper.pdf)
|
4 |
+
|
5 |
+
Homepage: https://github.com/joojs/fairface
|
6 |
+
|
7 |
+
Bibtex:
|
8 |
+
```
|
9 |
+
@inproceedings{karkkainenfairface,
|
10 |
+
title={FairFace: Face Attribute Dataset for Balanced Race, Gender, and Age for Bias Measurement and Mitigation},
|
11 |
+
author={Karkkainen, Kimmo and Joo, Jungseock},
|
12 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
13 |
+
year={2021},
|
14 |
+
pages={1548--1558}
|
15 |
+
}
|
16 |
+
```
|