permutans commited on
Commit
a0b4a7f
·
verified ·
1 Parent(s): 6ab3d57

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for emoji-liif
2
+
3
+ This dataset contains 3,165 high-resolution emoji images that have been upscaled using the LIIF (Learning Implicit Image Function) method. The images were generated from original Apple emoji assets and are provided for research and academic purposes under fair use.
4
+
5
+ ## Dataset Details
6
+
7
+ ### Dataset Description
8
+
9
+ The emoji-liif dataset consists of upscaled emoji images generated from Apple's emoji assets. Each image has been enlarged to 2000x2000 pixels using the LIIF method, which provides high-quality upscaling while preserving image details.
10
+
11
+ - **Curated by:** Louis Maddox (lmmx)
12
+ - **Language(s) (NLP):** Not applicable - this is an image dataset
13
+ - **License:** Research/Academic Use Only (Fair Use)
14
+
15
+ ### Dataset Sources
16
+
17
+ - **Repository:** https://github.com/lmmx/emoji-liif
18
+ - **Paper [optional]:** Original LIIF paper: ["Learning Continuous Image Representation with Local Implicit Image Function"](https://arxiv.org/abs/2012.09161)
19
+
20
+ ## Uses
21
+
22
+ ### Direct Use
23
+
24
+ This dataset is intended for:
25
+ - Research on image super-resolution techniques
26
+ - Comparative analysis of upscaling methods
27
+ - Academic study of emoji representation and scaling
28
+ - Benchmark dataset for super-resolution algorithms
29
+
30
+ ### Out-of-Scope Use
31
+
32
+ This dataset should not be used for:
33
+ - Commercial purposes
34
+ - Distribution of emoji images as part of products or services
35
+ - Any use that violates Apple's copyright on the original emoji designs
36
+
37
+ ## Dataset Structure
38
+
39
+ The dataset consists of 3,165 PNG image files, each with the following characteristics:
40
+ - Resolution: 2000x2000 pixels
41
+ - Format: PNG
42
+ - Organization: Single directory containing all images
43
+ - Source: Upscaled from Apple emoji assets (iOS 14.2 72x72 and OSX 10.15 160x160)
44
+
45
+ ## Dataset Creation
46
+
47
+ ### Curation Rationale
48
+
49
+ The dataset was created to demonstrate the capabilities of the LIIF upscaling method on emoji images, providing high-quality enlarged versions while preserving the original design details.
50
+
51
+ ### Source Data
52
+
53
+ #### Data Collection and Processing
54
+
55
+ The images were generated through the following process:
56
+ 1. Original emoji assets were extracted from Apple's iOS 14.2 and OSX 10.15 systems
57
+ 2. Images were upscaled using the LIIF method
58
+ 3. Final images were saved as 2000x2000 pixel PNGs
59
+
60
+ #### Who are the source data producers?
61
+
62
+ The original emoji designs are created by Apple Inc. The upscaled versions were produced using the LIIF method by the repository maintainer.
63
+
64
+ ### Personal and Sensitive Information
65
+
66
+ This dataset does not contain any personal or sensitive information. The images are emoji characters that are publicly available as part of operating systems.
67
+
68
+ ## Bias, Risks, and Limitations
69
+
70
+ - The dataset only includes Apple emoji designs and may not be representative of other emoji styles
71
+ - The upscaling process may introduce artifacts or slight modifications to the original designs
72
+ - The dataset is limited to fair use applications due to copyright considerations
73
+
74
+ ### Recommendations
75
+
76
+ Users should:
77
+ - Respect the fair use limitations of the dataset
78
+ - Acknowledge Apple's copyright of the original emoji designs
79
+ - Cite both the dataset and the LIIF paper when using this data in research
80
+
81
+ ## Citation
82
+
83
+ If you use this dataset, please cite:
84
+
85
+ ```bibtex
86
+ @misc{emoji-liif,
87
+ author = {Maddox, Louis},
88
+ title = {emoji-liif: Emoji upsampling workflow using LIIF},
89
+ year = {2024},
90
+ publisher = {GitHub},
91
+ url = {https://github.com/lmmx/emoji-liif}
92
+ }
93
+ ```
94
+
95
+ ## Dataset Card Contact
96
+
97
+ For questions about this dataset, please open an issue on the GitHub repository: https://github.com/lmmx/emoji-liif/issues