carsonkatri commited on
Commit
1ac4efd
1 Parent(s): 31332a2

Update README.md

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