Upload dataset
Browse files- README.md +89 -7
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
task_categories:
|
5 |
- image-to-image
|
6 |
- unconditional-image-generation
|
7 |
- image-classification
|
8 |
- text-to-image
|
9 |
-
|
10 |
-
|
|
|
11 |
tags:
|
12 |
- materials
|
13 |
- pbr
|
@@ -15,10 +18,89 @@ tags:
|
|
15 |
- graphics
|
16 |
- rendering
|
17 |
- svbrdf
|
18 |
-
pretty_name: MatSynth
|
19 |
-
size_categories:
|
20 |
-
- 1K<n<10K
|
21 |
viewer: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# MatSynth
|
|
|
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
|
|
|
18 |
- graphics
|
19 |
- rendering
|
20 |
- svbrdf
|
|
|
|
|
|
|
21 |
viewer: false
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: name
|
25 |
+
dtype: string
|
26 |
+
- name: category
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': ceramic
|
31 |
+
'1': concrete
|
32 |
+
'2': fabric
|
33 |
+
'3': ground
|
34 |
+
'4': leather
|
35 |
+
'5': marble
|
36 |
+
'6': metal
|
37 |
+
'7': misc
|
38 |
+
'8': plaster
|
39 |
+
'9': plastic
|
40 |
+
'10': stone
|
41 |
+
'11': terracotta
|
42 |
+
'12': wood
|
43 |
+
- name: metadata
|
44 |
+
struct:
|
45 |
+
- name: authors
|
46 |
+
sequence: string
|
47 |
+
- name: description
|
48 |
+
dtype: string
|
49 |
+
- name: height_factor
|
50 |
+
dtype: float32
|
51 |
+
- name: height_mean
|
52 |
+
dtype: float32
|
53 |
+
- name: license
|
54 |
+
dtype: string
|
55 |
+
- name: link
|
56 |
+
dtype: string
|
57 |
+
- name: maps
|
58 |
+
sequence: string
|
59 |
+
- name: method
|
60 |
+
dtype: string
|
61 |
+
- name: name
|
62 |
+
dtype: string
|
63 |
+
- name: physical_size
|
64 |
+
dtype: float32
|
65 |
+
- name: source
|
66 |
+
dtype: string
|
67 |
+
- name: stationary
|
68 |
+
dtype: bool
|
69 |
+
- name: tags
|
70 |
+
sequence: string
|
71 |
+
- name: version_date
|
72 |
+
dtype: string
|
73 |
+
- name: basecolor
|
74 |
+
dtype: image
|
75 |
+
- name: diffuse
|
76 |
+
dtype: image
|
77 |
+
- name: displacement
|
78 |
+
dtype: image
|
79 |
+
- name: height
|
80 |
+
dtype: image
|
81 |
+
- name: metallic
|
82 |
+
dtype: image
|
83 |
+
- name: normal
|
84 |
+
dtype: image
|
85 |
+
- name: opacity
|
86 |
+
dtype: image
|
87 |
+
- name: roughness
|
88 |
+
dtype: image
|
89 |
+
- name: specular
|
90 |
+
dtype: image
|
91 |
+
- name: blend_mask
|
92 |
+
dtype: image
|
93 |
+
splits:
|
94 |
+
- name: test
|
95 |
+
num_bytes: 6688789896.0
|
96 |
+
num_examples: 84
|
97 |
+
download_size: 6608046610
|
98 |
+
dataset_size: 6688789896.0
|
99 |
+
configs:
|
100 |
+
- config_name: default
|
101 |
+
data_files:
|
102 |
+
- split: test
|
103 |
+
path: data/test-*
|
104 |
---
|
105 |
|
106 |
# MatSynth
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b25ef6f1d1c497a537003223ce5aee302ebf2296d26623b3b43348bd3036280
|
3 |
+
size 6608046610
|