merve HF staff commited on
Commit
b63511e
1 Parent(s): 59a6bf9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -131
README.md CHANGED
@@ -1,132 +1,14 @@
1
- # Dataset Card for anime-faces
2
-
3
- ## Table of Contents
4
- - [Dataset Description](#dataset-description)
5
- - [Dataset Summary](#dataset-summary)
6
- - [Supported Tasks](#supported-tasks-and-leaderboards)
7
- - [Languages](#languages)
8
- - [Dataset Structure](#dataset-structure)
9
- - [Data Instances](#data-instances)
10
- - [Data Fields](#data-instances)
11
- - [Data Splits](#data-instances)
12
- - [Dataset Creation](#dataset-creation)
13
- - [Curation Rationale](#curation-rationale)
14
- - [Source Data](#source-data)
15
- - [Annotations](#annotations)
16
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
17
- - [Considerations for Using the Data](#considerations-for-using-the-data)
18
- - [Social Impact of Dataset](#social-impact-of-dataset)
19
- - [Discussion of Biases](#discussion-of-biases)
20
- - [Other Known Limitations](#other-known-limitations)
21
- - [Additional Information](#additional-information)
22
- - [Dataset Curators](#dataset-curators)
23
- - [Licensing Information](#licensing-information)
24
- - [Citation Information](#citation-information)
25
-
26
- ## Dataset Description
27
-
28
- - **Homepage:** https://www.kaggle.com/soumikrakshit/anime-faces
29
- - **Repository:** https://github.com/nagadomi/lbpcascade_animeface
30
- - **Paper:** [Needs More Information]
31
- - **Leaderboard:** [Needs More Information]
32
- - **Point of Contact:** https://github.com/Mckinsey666
33
-
34
- ### Dataset Summary
35
-
36
- 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.
37
-
38
- Some outliers are still present in the dataset:
39
-
40
- Bad cropping results
41
- Some non-human faces.
42
- Feel free to contribute to this dataset by adding images of similar quality or adding image labels.
43
-
44
-
45
- ## Dataset Structure
46
-
47
- ### Data Instances
48
-
49
- 64x64 RGB Images.
50
-
51
- ### Data Fields
52
-
53
- Has a data folder with .png files inside.
54
-
55
- ### Data Splits
56
-
57
- Only training set
58
-
59
- ## Dataset Creation
60
-
61
- ### Source Data
62
-
63
- #### Initial Data Collection and Normalization
64
-
65
- [Needs More Information]
66
-
67
- #### Who are the source language producers?
68
-
69
- [Needs More Information]
70
-
71
- ### Annotations
72
-
73
- #### Annotation process
74
-
75
- [Needs More Information]
76
-
77
- #### Who are the annotators?
78
-
79
- [Needs More Information]
80
-
81
- ### Personal and Sensitive Information
82
-
83
- [Needs More Information]
84
-
85
- ## Considerations for Using the Data
86
-
87
- ### Social Impact of Dataset
88
-
89
- [Needs More Information]
90
-
91
- ### Discussion of Biases
92
-
93
- [Needs More Information]
94
-
95
- ### Other Known Limitations
96
-
97
- [Needs More Information]
98
-
99
- ## Additional Information
100
-
101
- ### Dataset Curators
102
-
103
- [Needs More Information]
104
-
105
- ### Licensing Information
106
-
107
- [Needs More Information]
108
-
109
- ### Citation Information
110
-
111
- [Needs More Information]
112
-
113
  ---
114
- annotations_creators:
115
- - found
116
- language_creators:
117
- - found
118
- languages:
119
- - unknown
120
- licenses:
121
- - unknown
122
- multilinguality:
123
- - unknown
124
- pretty_name: anime-faces
125
- size_categories:
126
- - unknown
127
- source_datasets:
128
- - original
129
- task_categories:
130
- - image-classification
131
- task_ids: []
132
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ library_name: keras
4
+ tags:
5
+ - dcgan
6
+ datasets:
7
+ - anime-faces
8
+ ---
9
+ ## Model description
10
+ Anime face discriminator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
11
+ ## Training and evaluation data
12
+ Model is trained on [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
13
+ ## Intended use and biases
14
+ This model is not intended for production.