Datasets:

ArXiv:
Libraries:
License:
zhengdang commited on
Commit
4f82508
·
verified ·
1 Parent(s): 3f98372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -35,6 +35,7 @@ task_categories:
35
 
36
  [WebPage](https://christy61.github.io/openmaterial.github.io/)
37
 
 
38
 
39
  ## Dataset
40
 
@@ -46,10 +47,63 @@ task_categories:
46
 
47
  [+] Physical based rendering with costomized BSDF for each material type
48
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Data structure
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## Usage
52
 
 
 
53
  ## Citation
54
 
 
 
 
 
 
 
 
 
 
 
55
 
 
 
35
 
36
  [WebPage](https://christy61.github.io/openmaterial.github.io/)
37
 
38
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/638884d65588554e2425e625/KY1UEji6ffL6sUYimg4no.png)
39
 
40
  ## Dataset
41
 
 
47
 
48
  [+] Physical based rendering with costomized BSDF for each material type
49
 
50
+ ## Example Images
51
+
52
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/638884d65588554e2425e625/dlFmsdbJqFKnDUN3yg_S1.png)
53
+
54
+ <details>
55
+ <summary> Click to expand!</summary>
56
+
57
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/638884d65588554e2425e625/A9mmqEVW_3BgMWey5cPrC.png)
58
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/638884d65588554e2425e625/1k_zGTTZAYyJtcIDo0FOO.png)
59
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/638884d65588554e2425e625/w5P_MvlTXt6FMwEDMwPwe.png)
60
+ </details>
61
+
62
  ## Data structure
63
 
64
+ ```
65
+ .
66
+ ├── name_of_object/[lighing_condition_name]-[material_type]-[material_name]
67
+ │ ├── train
68
+ │ │ ├── images
69
+ │ │ │ ├── 000000.png
70
+ │ │ │ |-- ...
71
+ │ │ └── mask
72
+ │ │ │ ├── 000000.png
73
+ │ │ │ |-- ...
74
+ │ │ └── depth
75
+ │ │ ├── 000000.png
76
+ │ │ |-- ...
77
+ │ ├── test
78
+ │ │ ├── images
79
+ │ │ │ ├── 000000.png
80
+ │ │ │ |-- ...
81
+ │ │ └── mask
82
+ │ │ │ ├── 000000.png
83
+ │ │ │ |-- ...
84
+ │ │ └── depth
85
+ │ │ ├── 000000.png
86
+ │ │ |-- ...
87
+ │ └── transformas_train.json
88
+ │ └── transformas_test.json
89
+
90
+ ```
91
+
92
  ## Usage
93
 
94
+ Going to have a example code at the link.
95
+
96
  ## Citation
97
 
98
+ If you find our work useful in your research, please cite:
99
+
100
+ ```
101
+ @article{Dang24,
102
+ title={OpenMaterial: A Comprehensive Dataset of Complex Materials for 3D Reconstruction},
103
+ author={Zheng Dang and Jialu Huang and Fei Wang and Mathieu Salzmann},
104
+ journal={arXiv preprint arXiv:2406.08894},
105
+ year={2024}
106
+ }
107
+
108
 
109
+ ```