Add material maps
Browse files- .gitattributes +2 -0
- README.md +88 -0
- maps/test/Ceramic.zip +3 -0
- maps/test/Concrete.zip +3 -0
- maps/test/Fabric.zip +3 -0
- maps/test/Ground.zip +3 -0
- maps/test/Leather.zip +3 -0
- maps/test/Marble.zip +3 -0
- maps/test/Metal.zip +3 -0
- maps/test/Misc.zip +3 -0
- maps/test/Plaster.zip +3 -0
- maps/test/Plastic.zip +3 -0
- maps/test/Stone.zip +3 -0
- maps/test/Terracotta.zip +3 -0
- maps/test/Wood.zip +3 -0
- maps/train/Blends.zip +3 -0
- maps/train/Ceramic.zip +3 -0
- maps/train/Concrete.zip +3 -0
- maps/train/Fabric.zip +3 -0
- maps/train/Ground.z01 +3 -0
- maps/train/Ground.zip +3 -0
- maps/train/Leather.zip +3 -0
- maps/train/Marble.zip +3 -0
- maps/train/Metal.zip +3 -0
- maps/train/Misc.zip +3 -0
- maps/train/Plaster.zip +3 -0
- maps/train/Plastic.zip +3 -0
- maps/train/Stone.zip +3 -0
- maps/train/Terracotta.zip +3 -0
- maps/train/Wood.z01 +3 -0
- maps/train/Wood.zip +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
maps/train/Wood.z01 filter=lfs diff=lfs merge=lfs -text
|
57 |
+
maps/train/Ground.z01 filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-to-image
|
4 |
+
- unconditional-image-generation
|
5 |
+
- image-classification
|
6 |
+
- text-to-image
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- materials
|
11 |
+
- pbr
|
12 |
+
- 4d
|
13 |
+
- graphics
|
14 |
+
- rendering
|
15 |
+
- svbrdf
|
16 |
+
pretty_name: MatSynth
|
17 |
+
---
|
18 |
+
|
19 |
+
# MatSynth
|
20 |
+
|
21 |
+
MatSynth is a Physically Based Rendering (PBR) materials dataset designed for modern AI applications.
|
22 |
+
This dataset consists of over 4,000 ultra-high resolution, offering unparalleled scale, diversity, and detail.
|
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 |
+
|
30 |
+
MatSynth is a new large-scale dataset comprising over 4,000 ultra-high resolution Physically Based Rendering (PBR) materials,
|
31 |
+
all released under permissive licensing.
|
32 |
+
|
33 |
+
All materials in the dataset are represented by a common set of maps (*Basecolor*, *Diffuse*, *Normal*, *Height*, *Roughness*, *Metallic*, *Specular* and, when useful, *Opacity*),
|
34 |
+
modelling both the reflectance and mesostructure of the material.
|
35 |
+
|
36 |
+
Each material in the dataset comes with rich metadata, including information on its origin, licensing details, category, tags, creation method,
|
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,
|
54 |
+
from commonly used ones to more niche or specialized variants while guaranteeing that the data can be used for a variety of usecases.
|
55 |
+
|
56 |
+
Materials under CC0 license were collected from [AmbientCG](https://ambientcg.com/), [CGBookCase](https://www.cgbookcase.com/), [PolyHeaven](https://polyhaven.com/),
|
57 |
+
[ShateTexture](https://www.sharetextures.com/), and [TextureCan](https://www.texturecan.com/).
|
58 |
+
The dataset also includes limited set of materials from the artist [Julio Sillet](https://juliosillet.gumroad.com/), distributed under CC-BY license.
|
59 |
+
|
60 |
+
We collected over 6000 materials which we meticulously filter to keep only tileable, 4K materials.
|
61 |
+
This high resolution allows us to extract many different crops from each sample at different scale for augmentation.
|
62 |
+
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.
|
70 |
+
We adopt the OpenGL standard for the Normal map (Y-axis pointing upward).
|
71 |
+
The Height map is given in a 16-bit single channel format for higher precision.
|
72 |
+
|
73 |
+
In addition to these maps, the dataset includes other annotations providing context to each material:
|
74 |
+
the capture method (photogrammetry, procedural generation, or approximation);
|
75 |
+
list of descriptive tags; source name (website); source link;
|
76 |
+
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{vecchio2023matsynth,
|
84 |
+
title={MatSynth: A Modern PBR Materials Dataset},
|
85 |
+
author={Vecchio, Giuseppe and Deschaintre, Valentin},
|
86 |
+
year={2023}
|
87 |
+
}
|
88 |
+
```
|
maps/test/Ceramic.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fdead7177fa9e147c0d142e4a1ab5619eb6e3eb8af0cdf8a6fdadd726a6a935
|
3 |
+
size 198172179
|
maps/test/Concrete.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e14fabb5cc2f71c7817fef196b951efaba3367d9e6d2a11ad567e4325b3fead
|
3 |
+
size 718910019
|
maps/test/Fabric.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a284352a92a0b5d65281c6de386486ec94f4712570e1a214e2527a47b0b9509
|
3 |
+
size 461994567
|
maps/test/Ground.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99d010b5bbf92029b4e9d84822ea1366890e691054c2ec921157d1656179cb22
|
3 |
+
size 753195365
|
maps/test/Leather.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a18503eddbd5f0776d13d14f42b8cdc9243c175fc1946ea859626b4ca663554a
|
3 |
+
size 583652008
|
maps/test/Marble.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e9d86586464c14f1976c9eb69a5578f760094d7fd1a53bc5269c378888b23b1
|
3 |
+
size 376543131
|
maps/test/Metal.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aacbf04be5612c134332711a01b2b00fc07969ef0ccbfd40b7e0db06bb678f4
|
3 |
+
size 614894875
|
maps/test/Misc.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4322de7c4186906214a8c6b1c5d736d043afddd0fc6e34001f40f7abdfe32b7b
|
3 |
+
size 320654489
|
maps/test/Plaster.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb382eecdb658c9c3d05bd7d5d5ba7467a03dc22a2995b42370ecb07fc1434d7
|
3 |
+
size 700288197
|
maps/test/Plastic.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e4bf789421ea2d833dd7210565878cf33ecb4969910ec36d8304feea07e3fbb
|
3 |
+
size 318673648
|
maps/test/Stone.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4074095a6618b8cbd59c3206ceacdb39e1763511299c583934f7b16928de0b15
|
3 |
+
size 639809619
|
maps/test/Terracotta.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d877d6438ffa6bfdc57f4d35eaab3cf4e55259914b56e1ec25c3c85ef4d2727
|
3 |
+
size 655152785
|
maps/test/Wood.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27ef80f6abbd82155856f65af495733a98216c3cb97a6a268a0fad4e2604a22b
|
3 |
+
size 582825255
|
maps/train/Blends.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c27d1b1dd4653df4249f30d2227615b9cf56066a4f6ef0d20ceb16ac52575289
|
3 |
+
size 49523424213
|
maps/train/Ceramic.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dad3b1a8bc51c5a87501019f7645a7666aacfe2ebff80abfc1707ba43562a6aa
|
3 |
+
size 24077869105
|
maps/train/Concrete.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba7a6da88b03efee182ae51ab78752ed0624846b05167b9458ba006b357cf1b7
|
3 |
+
size 29801004493
|
maps/train/Fabric.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ec30158673ac0516eaf690f0930e071fd0a2a4a08d7f64f623fa715f0b54b4
|
3 |
+
size 38463522283
|
maps/train/Ground.z01
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afd07352d4ceee5ecefdba27b5b85068c215be645994846758a8cbee7ca36027
|
3 |
+
size 37580963840
|
maps/train/Ground.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9551a681cfea5ec1b9c2b67c8165644e050e6281c633681ad9ee02da63dc49b7
|
3 |
+
size 21556980255
|
maps/train/Leather.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92291e66134fe5d6961886b875f327197b06717efc46f31fc530127fc3000244
|
3 |
+
size 19552359880
|
maps/train/Marble.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37c3a66482c1a88ebf834f85fcda1920504b34e7172903c68bce62ead7b34fa2
|
3 |
+
size 11862743132
|
maps/train/Metal.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32099d016a531a4b8f29d161ce3a8d968d3a261125bae1cc3b2abfc8989c522d
|
3 |
+
size 27433039013
|
maps/train/Misc.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d583ab59736b66b45b15bb63ee62d206152704b02e3d3034691f76801e4eb91
|
3 |
+
size 16160277029
|
maps/train/Plaster.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0ea7d20ccb57e9d32802dc2864a808eef7138b5dd818c909a911e8f92d9cc8c
|
3 |
+
size 21425961127
|
maps/train/Plastic.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a87de77c4098300a4e29544486052b8b05e7ed2463d643464ad0d9d96f28705
|
3 |
+
size 23696391076
|
maps/train/Stone.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7152ce37daa51db9d88f06eba40a85084b657acbaad647bc25c6cdaf7415233
|
3 |
+
size 41727452694
|
maps/train/Terracotta.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b892c8f3bf718a55092703f6e6b5248c9f8e8b68de09220387510cf9f7ec5a10
|
3 |
+
size 24525217603
|
maps/train/Wood.z01
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:629f76053a3cb1fc1f854d8d7ea25338dfe848363234f55f891ed21a447b6595
|
3 |
+
size 37580963840
|
maps/train/Wood.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:146e4951962722d06a25c31d6bfed007b5e18cd67189a6399153007dd7d38ae2
|
3 |
+
size 17781037830
|