Datasets:

Modalities:
Image
License:
merve HF staff commited on
Commit
a38bf99
1 Parent(s): ed414cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -0
README.md CHANGED
@@ -1,3 +1,147 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+ # Dataset Card for anime-faces
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-instances)
14
+ - [Data Splits](#data-instances)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+
29
+ ## Dataset Description
30
+
31
+ - **Homepage:** https://www.kaggle.com/soumikrakshit/anime-faces
32
+ - **Repository:** https://www.kaggle.com/soumikrakshit/anime-faces
33
+ - **Paper:** [Needs More Information]
34
+ - **Leaderboard:** [Needs More Information]
35
+ - **Point of Contact:** https://github.com/Mckinsey666
36
+
37
+ ### Dataset Summary
38
+
39
+ This is a dataset consisting of 21551 anime faces scraped from www.getchu.com, which are then cropped using the anime face detection algorithm in https://github.com/nagadomi/lbpcascade_animeface. All images are resized to 64 * 64 for the sake of convenience. Please also cite the two sources when using this dataset.
40
+
41
+ Some outliers are still present in the dataset:
42
+
43
+ Bad cropping results
44
+ Some non-human faces.
45
+ Feel free to contribute to this dataset by adding images of similar quality or adding image labels.
46
+
47
+
48
+ ### Supported Tasks and Leaderboards
49
+
50
+ [Needs More Information]
51
+
52
+ ### Languages
53
+
54
+ [Needs More Information]
55
+
56
+ ## Dataset Structure
57
+
58
+ ### Data Instances
59
+
60
+ [Needs More Information]
61
+
62
+ ### Data Fields
63
+
64
+ Has a data folder with png files inside.
65
+
66
+ ### Data Splits
67
+
68
+ Only training set
69
+
70
+ ## Dataset Creation
71
+
72
+ ### Curation Rationale
73
+
74
+ [Needs More Information]
75
+
76
+ ### Source Data
77
+
78
+ #### Initial Data Collection and Normalization
79
+
80
+ [Needs More Information]
81
+
82
+ #### Who are the source language producers?
83
+
84
+ [Needs More Information]
85
+
86
+ ### Annotations
87
+
88
+ #### Annotation process
89
+
90
+ [Needs More Information]
91
+
92
+ #### Who are the annotators?
93
+
94
+ [Needs More Information]
95
+
96
+ ### Personal and Sensitive Information
97
+
98
+ [Needs More Information]
99
+
100
+ ## Considerations for Using the Data
101
+
102
+ ### Social Impact of Dataset
103
+
104
+ [Needs More Information]
105
+
106
+ ### Discussion of Biases
107
+
108
+ [Needs More Information]
109
+
110
+ ### Other Known Limitations
111
+
112
+ [Needs More Information]
113
+
114
+ ## Additional Information
115
+
116
+ ### Dataset Curators
117
+
118
+ [Needs More Information]
119
+
120
+ ### Licensing Information
121
+
122
+ [Needs More Information]
123
+
124
+ ### Citation Information
125
+
126
+ [Needs More Information]
127
+
128
+ ---
129
+ annotations_creators:
130
+ - found
131
+ language_creators:
132
+ - found
133
+ languages:
134
+ - unknown
135
+ licenses:
136
+ - unknown
137
+ multilinguality:
138
+ - unknown
139
+ pretty_name: anime-faces
140
+ size_categories:
141
+ - unknown
142
+ source_datasets:
143
+ - original
144
+ task_categories:
145
+ - image-classification
146
+ task_ids: []
147
+ ---