carsonkatri commited on
Commit
a75ba66
1 Parent(s): 92040a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -2
README.md CHANGED
@@ -11,7 +11,100 @@ dataset_info:
11
  num_examples: 1447
12
  download_size: 52173880
13
  dataset_size: 59834059.794
 
 
 
 
 
 
 
14
  ---
15
- # Dataset Card for "textures-normal-1k"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  num_examples: 1447
12
  download_size: 52173880
13
  dataset_size: 59834059.794
14
+ license: cc0-1.0
15
+ task_categories:
16
+ - text-to-image
17
+ language:
18
+ - en
19
+ size_categories:
20
+ - 1K<n<10K
21
  ---
 
22
 
23
+ # textures-normal-1k
24
+
25
+ ## Table of Contents
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Additional Information](#additional-information)
38
+ - [Dataset Curators](#dataset-curators)
39
+ - [Licensing Information](#licensing-information)
40
+ - [Citation Information](#citation-information)
41
+ - [Contributions](#contributions)
42
+
43
+ ## Dataset Description
44
+
45
+ - **Homepage:**
46
+ - **Repository:**
47
+ - **Paper:**
48
+ - **Leaderboard:**
49
+ - **Point of Contact:**
50
+
51
+ ### Dataset Summary
52
+
53
+ The `textures-normal-1k` dataset is an image dataset of 1000+ normal map textures in 512x512 resolution with associated text descriptions.
54
+ The dataset was created for training/fine-tuning models for text to image tasks.
55
+ It contains a combination of CC0 procedural and photoscanned PBR materials from [ambientCG](https://ambientcg.com/).
56
+
57
+ ### Languages
58
+
59
+ The text descriptions are in English, and created by joining the tags of each material with a space character.
60
+
61
+ ## Dataset Structure
62
+
63
+ ### Data Instances
64
+
65
+ Each data point contains a 512x512 image and and additional `text` feature containing the description of the texture.
66
+
67
+ ### Data Fields
68
+
69
+ * `image`: the normal map as a PIL image
70
+ * `text`: the associated text description created by merging the material's tags
71
+
72
+ ### Data Splits
73
+
74
+ | | train |
75
+ | -- | ----- |
76
+ | ambientCG | 1447 |
77
+
78
+ ## Dataset Creation
79
+
80
+ ### Curation Rationale
81
+
82
+ `textures-normal-1k` was created to provide an accesible source of data for automating 3D-asset creation workflows.
83
+ The [Dream Textures](https://github.com/carson-katri/dream-textures) add-on is one such tool providing AI automation in Blender.
84
+ By fine-tuning models such as Stable Diffusion on textures, this particular use-case can be more accurately automated.
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+ The data was obtained from [ambientCG](https://ambientcg.com/)'s CC0 textures. Only the normal maps were included in this dataset.
91
+
92
+ Text descriptions were synthesized by joining the tags associated with each material with a space.
93
+
94
+ ## Additional Information
95
+
96
+ ### Dataset Curators
97
+
98
+ The dataset was created by Carson Katri, with the images being provided by [ambientCG](https://ambientcg.com/).
99
+
100
+ ### Licensing Information
101
+
102
+ All of the images used in this dataset are CC0.
103
+
104
+ ### Citation Information
105
+
106
+ [N/A]
107
+
108
+ ### Contributions
109
+
110
+ Thanks to [@carson-katri](https://github.com/carson-katri) for adding this dataset.