gvecchio commited on
Commit
d8b04a1
1 Parent(s): 828bb83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  task_categories:
3
  - image-to-image
4
  - unconditional-image-generation
@@ -14,6 +16,8 @@ tags:
14
  - rendering
15
  - svbrdf
16
  pretty_name: MatSynth
 
 
17
  ---
18
 
19
  # MatSynth
@@ -23,7 +27,9 @@ This dataset consists of over 4,000 ultra-high resolution, offering unparalleled
23
 
24
  Meticulously collected and curated, MatSynth is poised to drive innovation in material acquisition and generation applications, providing a rich resource for researchers, developers, and enthusiasts in computer graphics and related fields.
25
 
26
- ## Dataset Details
 
 
27
 
28
  ### Dataset Description
29
 
@@ -37,17 +43,17 @@ Each material in the dataset comes with rich metadata, including information on
37
  and, when available, descriptions and physical size.
38
  This comprehensive metadata facilitates precise material selection and usage, catering to the specific needs of users.
39
 
40
- ## Dataset Structure
41
 
42
  The MatSynth dataset is divided into two splits: the test split, containing 89 materials, and the train split, consisting of 3,980 materials.
43
  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).
44
 
45
- ## Dataset Creation
46
 
47
  The MatSynth dataset is designed to support modern, learning-based techniques for a variety of material-related tasks including,
48
  but not limited to, material acquisition, material generation and synthetic data generation e.g. for retrieval or segmentation.
49
 
50
- ### Source Data
51
 
52
  The MatSynth dataset is the result of an extensively collection of data from multiple online sources operating under the CC0 and CC-BY licensing framework.
53
  This collection strategy allows to capture a broad spectrum of materials,
@@ -63,7 +69,7 @@ Additionally, we discard blurry or low-quality materials (by visual inspection).
63
  The resulting dataset consists of 3736 unique materials which we augment by blending semantically compatible materials (e.g.: snow over ground).
64
  In total, our dataset contains 4069 unique 4K materials.
65
 
66
- ### Annotations
67
 
68
  The dataset is composed of material maps (Basecolor, Diffuse, Normal, Height, Roughness, Metallic, Specular and, when useful, opacity)
69
  and associated renderings under varying environmental illuminations, and multi-scale crops.
@@ -77,13 +83,13 @@ licensing and a timestamps for eventual future versioning.
77
  For a subset of materials, when the information is available, we also provide the author name (387), text description (572) and a physical size,
78
  presented as the length of the edge in centimeters (358).
79
 
80
- ## Citation
81
 
82
  ```
83
- @article{vecchio2024matsynth,
84
  title={MatSynth: A Modern PBR Materials Dataset},
85
  author={Vecchio, Giuseppe and Deschaintre, Valentin},
86
- journal={arXiv preprint arXiv:2401.06056},
87
  year={2024}
88
  }
89
  ```
 
1
  ---
2
+ homepage: https://gvecchio.com/matsynth/
3
+ paperswithcode_id: matsynth
4
  task_categories:
5
  - image-to-image
6
  - unconditional-image-generation
 
16
  - rendering
17
  - svbrdf
18
  pretty_name: MatSynth
19
+ size_categories:
20
+ - 1K<n<10K
21
  ---
22
 
23
  # MatSynth
 
27
 
28
  Meticulously collected and curated, MatSynth is poised to drive innovation in material acquisition and generation applications, providing a rich resource for researchers, developers, and enthusiasts in computer graphics and related fields.
29
 
30
+ For further information, refer to our paper: ["MatSynth: A Modern PBR Materials Dataset"](https://arxiv.org/abs/2401.06056) available on arXiv.
31
+
32
+ ## 🔍 Dataset Details
33
 
34
  ### Dataset Description
35
 
 
43
  and, when available, descriptions and physical size.
44
  This comprehensive metadata facilitates precise material selection and usage, catering to the specific needs of users.
45
 
46
+ ## 📂 Dataset Structure
47
 
48
  The MatSynth dataset is divided into two splits: the test split, containing 89 materials, and the train split, consisting of 3,980 materials.
49
  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).
50
 
51
+ ## 🔨 Dataset Creation
52
 
53
  The MatSynth dataset is designed to support modern, learning-based techniques for a variety of material-related tasks including,
54
  but not limited to, material acquisition, material generation and synthetic data generation e.g. for retrieval or segmentation.
55
 
56
+ ### 🗃️ Source Data
57
 
58
  The MatSynth dataset is the result of an extensively collection of data from multiple online sources operating under the CC0 and CC-BY licensing framework.
59
  This collection strategy allows to capture a broad spectrum of materials,
 
69
  The resulting dataset consists of 3736 unique materials which we augment by blending semantically compatible materials (e.g.: snow over ground).
70
  In total, our dataset contains 4069 unique 4K materials.
71
 
72
+ ### ✒️ Annotations
73
 
74
  The dataset is composed of material maps (Basecolor, Diffuse, Normal, Height, Roughness, Metallic, Specular and, when useful, opacity)
75
  and associated renderings under varying environmental illuminations, and multi-scale crops.
 
83
  For a subset of materials, when the information is available, we also provide the author name (387), text description (572) and a physical size,
84
  presented as the length of the edge in centimeters (358).
85
 
86
+ ## 📜 Citation
87
 
88
  ```
89
+ @inproceedings{vecchio2023matsynth,
90
  title={MatSynth: A Modern PBR Materials Dataset},
91
  author={Vecchio, Giuseppe and Deschaintre, Valentin},
92
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
93
  year={2024}
94
  }
95
  ```