Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,10 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
size_categories:
|
5 |
-
- 1K<n<10K
|
6 |
-
task_categories:
|
7 |
-
- image-to-image
|
8 |
-
- unconditional-image-generation
|
9 |
-
- image-classification
|
10 |
-
- text-to-image
|
11 |
-
paperswithcode_id: matsynth
|
12 |
pretty_name: MatSynth
|
13 |
-
homepage: https://gvecchio.com/matsynth/
|
14 |
-
tags:
|
15 |
-
- materials
|
16 |
-
- pbr
|
17 |
-
- 4d
|
18 |
-
- graphics
|
19 |
-
- rendering
|
20 |
-
- svbrdf
|
21 |
-
viewer: false
|
22 |
dataset_info:
|
|
|
|
|
|
|
|
|
23 |
features:
|
24 |
- name: name
|
25 |
dtype: string
|
@@ -106,6 +91,23 @@ configs:
|
|
106 |
path: data/test-*
|
107 |
- split: train
|
108 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
---
|
110 |
|
111 |
# MatSynth
|
@@ -118,7 +120,7 @@ Meticulously collected and curated, MatSynth is poised to drive innovation in ma
|
|
118 |
For further information, refer to our paper: ["MatSynth: A Modern PBR Materials Dataset"](https://arxiv.org/abs/2401.06056) available on arXiv.
|
119 |
|
120 |
<center>
|
121 |
-
<img src="https://gvecchio.com/matsynth/static/images/teaser.png" style="border-radius:
|
122 |
</center>
|
123 |
|
124 |
## π Dataset Details
|
@@ -138,7 +140,6 @@ This comprehensive metadata facilitates precise material selection and usage, ca
|
|
138 |
## π Dataset Structure
|
139 |
|
140 |
The MatSynth dataset is divided into two splits: the test split, containing 89 materials, and the train split, consisting of 3,980 materials.
|
141 |
-
To enhance accessibility and ease of navigation, each split is further organized into separate folders for each distinct category present in the dataset (Blends, Ceramic, Concrete, Fabric, Ground, Leather, Marble, Metal, Misc, Plastic, Plaster, Stone, Terracotta, Wood).
|
142 |
|
143 |
## π¨ Dataset Creation
|
144 |
|
@@ -175,6 +176,19 @@ licensing and a timestamps for eventual future versioning.
|
|
175 |
For a subset of materials, when the information is available, we also provide the author name (387), text description (572) and a physical size,
|
176 |
presented as the length of the edge in centimeters (358).
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
## π Citation
|
179 |
|
180 |
```
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pretty_name: MatSynth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
+
version: 1.0.0
|
5 |
+
homepage: https://gvecchio.com/matsynth/
|
6 |
+
paperswithcode_id: matsynth
|
7 |
+
description: MatSynth is a large-scale dataset comprising over 4,000 ultra-high resolution PBR materials, all released under permissive licensing.
|
8 |
features:
|
9 |
- name: name
|
10 |
dtype: string
|
|
|
91 |
path: data/test-*
|
92 |
- split: train
|
93 |
path: data/train-*
|
94 |
+
language:
|
95 |
+
- en
|
96 |
+
size_categories:
|
97 |
+
- 1K<n<10K
|
98 |
+
task_categories:
|
99 |
+
- image-to-image
|
100 |
+
- unconditional-image-generation
|
101 |
+
- image-classification
|
102 |
+
- text-to-image
|
103 |
+
tags:
|
104 |
+
- materials
|
105 |
+
- pbr
|
106 |
+
- 4d
|
107 |
+
- graphics
|
108 |
+
- rendering
|
109 |
+
- svbrdf
|
110 |
+
viewer: false
|
111 |
---
|
112 |
|
113 |
# MatSynth
|
|
|
120 |
For further information, refer to our paper: ["MatSynth: A Modern PBR Materials Dataset"](https://arxiv.org/abs/2401.06056) available on arXiv.
|
121 |
|
122 |
<center>
|
123 |
+
<img src="https://gvecchio.com/matsynth/static/images/teaser.png" style="border-radius:10px">
|
124 |
</center>
|
125 |
|
126 |
## π Dataset Details
|
|
|
140 |
## π Dataset Structure
|
141 |
|
142 |
The MatSynth dataset is divided into two splits: the test split, containing 89 materials, and the train split, consisting of 3,980 materials.
|
|
|
143 |
|
144 |
## π¨ Dataset Creation
|
145 |
|
|
|
176 |
For a subset of materials, when the information is available, we also provide the author name (387), text description (572) and a physical size,
|
177 |
presented as the length of the edge in centimeters (358).
|
178 |
|
179 |
+
## π§βπ» Usage
|
180 |
+
|
181 |
+
MatSynth is accessible through the datasets python library.
|
182 |
+
|
183 |
+
```python
|
184 |
+
from datasets import load_dataset
|
185 |
+
|
186 |
+
ds = load_dataset(
|
187 |
+
"gvecchio/MatSynth",
|
188 |
+
streaming = True,
|
189 |
+
)
|
190 |
+
```
|
191 |
+
|
192 |
## π Citation
|
193 |
|
194 |
```
|