kdhht2334 commited on
Commit
64b9f11
1 Parent(s): f3b522b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -17
README.md CHANGED
@@ -9,7 +9,7 @@ language:
9
  - en
10
  language_creators:
11
  - found
12
- pretty_name: DiffusionEmotion
13
  size_categories:
14
  - n<500MB
15
  source_datasets:
@@ -31,22 +31,22 @@ task_ids:
31
 
32
  ## Dataset Description
33
 
34
- - **Homepage:** [DiffusionEmotion homepage](https://kdhht2334.github.io/)
35
- - **Repository:** [DiffusionEmotion repository](https://github.com/kdhht2334/Facial-Expression-Recognition-Zoo)
36
- - **Distribution:** [DiffusionEmotion Hugging Face Dataset](https://huggingface.co/datasets/kdhht2334/DiffusionEmotion)
37
  - **Point of Contact:** [Daeha Kim](mailto:kdhht5022@gmail.com)
38
 
39
 
40
  ### Summary
41
 
42
- DiffusionEmotion is the large-scale text-to-image prompt database for face-related tasks. It contains about **1M(ongoing)** images generated by [Stable Diffusion](https://github.com/camenduru/stable-diffusion-webui-colab) using prompt(s) and other parameters.
43
 
44
- DiffusionEmotion is available at [🤗 Hugging Face Dataset](https://huggingface.co/datasets/kdhht2334/DiffusionEmotion).
45
 
46
 
47
  ### Downstream Tasks and Leaderboards
48
 
49
- This DiffusionEmotion dataset can be utilized for the following downstream tasks.
50
  - Face detection
51
  - Facial expression recognition
52
  - Text-to-emotion prompting
@@ -56,17 +56,17 @@ In addition, the virtual subjects included in this dataset provide opportunities
56
 
57
  ### Data Loading
58
 
59
- DiffusionEmotion can be loaded via both Python and Git. Please refer Hugging Face [`Datasets`](https://huggingface.co/docs/datasets/quickstart).
60
 
61
  ```python
62
  from datasets import load_dataset
63
 
64
- dataset = load_dataset("kdhht2334/DiffusionEmotion")
65
  ```
66
 
67
  ```bash
68
  git lfs install
69
- git clone https://huggingface.co/datasets/kdhht2334/DiffusionEmotion
70
  ```
71
 
72
 
@@ -84,7 +84,7 @@ git clone https://huggingface.co/datasets/kdhht2334/DiffusionEmotion
84
 
85
  ### Subsets
86
 
87
- DiffusionEmotion supports a total of three distinct splits. And, each split additionally provides a face region cropped by [face detector](https://github.com/timesler/facenet-pytorch).
88
  - DifussionEmotion_S (small), DifussionEmotion_M (medium), DifussionEmotion_L (large).
89
 
90
  |Subset|Num of Images|Size|Image Directory |
@@ -99,7 +99,7 @@ DiffusionEmotion supports a total of three distinct splits. And, each split addi
99
 
100
  ## Dataset Structure
101
 
102
- We provide DiffusionEmotion using a modular file structure. `DiffusionEmotion_S`, the smallest scale, contains about 1,500 images and is divided into folders of a total of 7 emotion classes. The class labels of all these images are included in `dataset_sheet.csv`.
103
  - In `dataset_sheet.csv`, not only 7-emotion class but also _valence-arousal_ value are annotated.
104
 
105
  ```bash
@@ -165,7 +165,7 @@ You can improve the performance and quality of generating default prompts with t
165
 
166
  ### Annotations
167
 
168
- The DiffusionEmotion contains annotation process both 7-emotion classes and valence-arousal values.
169
 
170
  #### Annotation process
171
 
@@ -183,7 +183,7 @@ This process was carried out inspired by the theory of the two research papers b
183
 
184
  ### Dataset Curators
185
 
186
- DiffusionEmotion is created by [Daeha Kim](https://kdhht2334.github.io/) and [Dohee Kang](https://github.com/KangDohee2270).
187
 
188
  ### Acknowledgments
189
 
@@ -191,9 +191,8 @@ This repository is heavily inspired by [DiffusionDB](https://huggingface.co/data
191
 
192
  ### Licensing Information
193
 
194
- The DiffusionEmotion is available under the [CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/).
195
 
196
  ### Contributions
197
 
198
- If you have any questions, feel free to [open an issue](https://github.com/kdhht2334/Facial-Expression-Recognition-Zoo/issues/new) or contact [Daeha Kim](https://kdhht2334.github.io/).
199
-
 
9
  - en
10
  language_creators:
11
  - found
12
+ pretty_name: DiffusionFER
13
  size_categories:
14
  - n<500MB
15
  source_datasets:
 
31
 
32
  ## Dataset Description
33
 
34
+ - **Homepage:** [DiffusionFER homepage](https://kdhht2334.github.io/)
35
+ - **Repository:** [DiffusionFER repository](https://github.com/kdhht2334/Facial-Expression-Recognition-Zoo)
36
+ - **Distribution:** [DiffusionFER Hugging Face Dataset](https://huggingface.co/datasets/FER-Universe/DiffusionFER)
37
  - **Point of Contact:** [Daeha Kim](mailto:kdhht5022@gmail.com)
38
 
39
 
40
  ### Summary
41
 
42
+ DiffusionFER is the large-scale text-to-image prompt database for face-related tasks. It contains about **1M(ongoing)** images generated by [Stable Diffusion](https://github.com/camenduru/stable-diffusion-webui-colab) using prompt(s) and other parameters.
43
 
44
+ DiffusionFER is available at [🤗 Hugging Face Dataset](https://huggingface.co/datasets/FER-Universe/DiffusionFER).
45
 
46
 
47
  ### Downstream Tasks and Leaderboards
48
 
49
+ This DiffusionFER dataset can be utilized for the following downstream tasks.
50
  - Face detection
51
  - Facial expression recognition
52
  - Text-to-emotion prompting
 
56
 
57
  ### Data Loading
58
 
59
+ DiffusionFER can be loaded via both Python and Git. Please refer Hugging Face [`Datasets`](https://huggingface.co/docs/datasets/quickstart).
60
 
61
  ```python
62
  from datasets import load_dataset
63
 
64
+ dataset = load_dataset("FER-Universe/DiffusionFER")
65
  ```
66
 
67
  ```bash
68
  git lfs install
69
+ git clone https://huggingface.co/datasets/FER-Universe/DiffusionFER
70
  ```
71
 
72
 
 
84
 
85
  ### Subsets
86
 
87
+ DiffusionFER supports a total of three distinct splits. And, each split additionally provides a face region cropped by [face detector](https://github.com/timesler/facenet-pytorch).
88
  - DifussionEmotion_S (small), DifussionEmotion_M (medium), DifussionEmotion_L (large).
89
 
90
  |Subset|Num of Images|Size|Image Directory |
 
99
 
100
  ## Dataset Structure
101
 
102
+ We provide DiffusionFER using a modular file structure. `DiffusionEmotion_S`, the smallest scale, contains about 1,500 images and is divided into folders of a total of 7 emotion classes. The class labels of all these images are included in `dataset_sheet.csv`.
103
  - In `dataset_sheet.csv`, not only 7-emotion class but also _valence-arousal_ value are annotated.
104
 
105
  ```bash
 
165
 
166
  ### Annotations
167
 
168
+ The DiffusionFER contains annotation process both 7-emotion classes and valence-arousal values.
169
 
170
  #### Annotation process
171
 
 
183
 
184
  ### Dataset Curators
185
 
186
+ DiffusionFER is created by [Daeha Kim](https://kdhht2334.github.io/) and [Dohee Kang](https://github.com/KangDohee2270).
187
 
188
  ### Acknowledgments
189
 
 
191
 
192
  ### Licensing Information
193
 
194
+ The DiffusionFER is available under the [CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/).
195
 
196
  ### Contributions
197
 
198
+ If you have any questions, feel free to [open an issue](https://github.com/kdhht2334/Facial-Expression-Recognition-Zoo/issues/new) or contact [Daeha Kim](https://kdhht2334.github.io/).