asahi417 commited on
Commit
e9dbb37
1 Parent(s): aa208a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -69,3 +69,37 @@ configs:
69
  - split: test
70
  path: data/test-*
71
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  - split: test
70
  path: data/test-*
71
  ---
72
+
73
+
74
+ # WikiART Face
75
+
76
+ <p align="center">
77
+ <img src="assets/face_image_pipeline.png" width="700"><br>
78
+ <em>Figure 1: Pipeline to produce single WikiART Face image.</em>
79
+ </p>
80
+
81
+ WikiART Face is a collection of face from paintings. Inspired by the largest human-face image set [CelebA](https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html),
82
+ we process all the portraits from WikiART with the pipeline described in Figure 1.
83
+ As the final step, we blur the corner of each image so that model can pay more attention on the face rather than the background.
84
+ We release both version of the dataset w/wo the final blur step.
85
+ Below table shows the image size per each art movement.
86
+
87
+
88
+ | Art Movement | WikiART Face |
89
+ |:---------------------------|---------------:|
90
+ | abstract-expressionism | 22 |
91
+ | baroque | 17 |
92
+ | ecole-de-paris | 228 |
93
+ | expressionism | 649 |
94
+ | impressionism | 1,166 |
95
+ | naive-art-primitivism | 72 |
96
+ | neo-impressionism | 41 |
97
+ | neoclassicism | 607 |
98
+ | post-impressionism | 474 |
99
+ | pre-raphaelite-brotherhood | 103 |
100
+ | realism | 1,625 |
101
+ | rococo | 1,030 |
102
+ | romanticism | 1,502 |
103
+ | surrealism | 78 |
104
+ | symbolism | 571 |
105
+ | All | 6,095 |