File size: 3,040 Bytes
a20ebd8 ebdb1b3 a20ebd8 ebdb1b3 a20ebd8 ebdb1b3 a20ebd8 ebdb1b3 a20ebd8 6354f83 a20ebd8 4f82508 a20ebd8 4bdfb1b 4f82508 9244be2 4f82508 a20ebd8 4f82508 a20ebd8 4f82508 a20ebd8 4f82508 a20ebd8 4f82508 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
---
configs:
- config_name: default
data_files:
- split: train
path: "dataset-*.tar"
- split: test
path: "dataset-*.tar"
subset: true
subset_field: txt
subset_mapping:
- key: diffuse_train
split:
- train
- key: diffuse_test
split:
- test
license: cc-by-nc-4.0
tags:
- croissant
- webdataset
size_categories:
- 1K<n<10K
task_categories:
- image-to-3d
---
# OpenMaterial: A Comprehensive Dataset of Complex Materials for 3D Reconstruction
Zheng Dang<sup>1</sup> · Jialu Huang<sup>2</sup> · Fei Wang<sup>2</sup> · Mathieu Salzmann<sup>1</sup>
<sup>1</sup>EPFL CVLAb, Switzerland <sup>2</sup> Xi'an Jiaotong University, China
[Paper](https://arxiv.org/abs/2406.08894)
[WebPage](https://christy61.github.io/openmaterial.github.io/)

## Dataset
[+] 1001 unique shapes
[+] 295 material types with laboratory measured IOR
[+] 723 lighting conditions
[+] Physical based rendering with costomized BSDF for each material type
[+] 1001 uniques scenes, for each scene 90 images (50 for training, 40 for testing) with object mask, depth, camera pose, materail type annotations.
## Example Images

<details>
<summary> Click to see more examples</summary>



</details>
## Data structure
```
.
├── name_of_object/[lighing_condition_name]-[material_type]-[material_name]
│ ├── train
│ │ ├── images
│ │ │ ├── 000000.png
│ │ │ |-- ...
│ │ └── mask
│ │ │ ├── 000000.png
│ │ │ |-- ...
│ │ └── depth
│ │ ├── 000000.png
│ │ |-- ...
│ ├── test
│ │ ├── images
│ │ │ ├── 000000.png
│ │ │ |-- ...
│ │ └── mask
│ │ │ ├── 000000.png
│ │ │ |-- ...
│ │ └── depth
│ │ ├── 000000.png
│ │ |-- ...
│ └── transformas_train.json
│ └── transformas_test.json
```
## Usage
Going to have a example code at the link.
## Citation
If you find our work useful in your research, please cite:
```
@article{Dang24,
title={OpenMaterial: A Comprehensive Dataset of Complex Materials for 3D Reconstruction},
author={Zheng Dang and Jialu Huang and Fei Wang and Mathieu Salzmann},
journal={arXiv preprint arXiv:2406.08894},
year={2024}
}
```
|