Datasets:

ArXiv:
License:
ame-gura commited on
Commit
e4699a3
·
verified ·
1 Parent(s): b7d307d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -3
README.md CHANGED
@@ -1,3 +1,87 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # Koreatech-CGH
5
+
6
+ This dataset consists of RGBD–complex hologram pairs designed for training machine learning–based computer-generated holography (ML-CGH) models.
7
+ It can be used for tasks such as hologram generation, hologram upscaling, and related applications.
8
+
9
+ The holograms were generated using a layer-based hologram generation method[[arxiv]()].
10
+
11
+ Note that this dataset is licensed under the **Creative Commons Attribution 4.0 International License Non Commercial (CC BY-NC 4.0)**.
12
+
13
+ ---
14
+ ## Data Details
15
+
16
+ ### Directory structure
17
+ ```
18
+ root
19
+ ├─test
20
+ │ ├─amp
21
+ │ └─*.exr
22
+ │ ├─depth
23
+ │ ├─img
24
+ │ └─phs
25
+ ├─train
26
+ │ ├─amp
27
+ │ ├─depth
28
+ │ ├─img
29
+ │ └─phs
30
+ └─validation
31
+ ├─amp
32
+ ├─depth
33
+ ├─img
34
+ └─phs
35
+ ```
36
+
37
+
38
+ ### Dataset Configuration
39
+ | | Format | Channels | Resolution | Precision | Range |
40
+ |-----------|--------|----------|------------|-----------|-------------------------|
41
+ | RGB | .exr | 3 | 256 × 256 | fp32 | 0-1 |
42
+ | Depth | .exr | 1 | 256 × 256 | fp32 | 0-1 |
43
+ | Amplitude | .exr | 3 | 256 × 256 | fp32 | dependent to data |
44
+ | Phase | .exr | 3 | 256 × 256 | fp32 | 0-1 |
45
+
46
+ ### Hologram Parameters
47
+
48
+ | Parameter | Value |
49
+ |-----------------------------|-----------------------------------------|
50
+ | Resolution | 256 × 256 |
51
+ | Pixel Pitch | 3.6 μm |
52
+ | Wavelength (R,G,B) | 638 nm, 532 nm, 450 nm |
53
+ | Physical Extent (H × W × D) | 921.6 mm × 921.6 mm × 10.16681 mm |
54
+
55
+
56
+ ### Data Splits
57
+ | Split | Number of Samples |
58
+ |-------------|-------------------|
59
+ | Train | 5,000 |
60
+ | Validation | 500 |
61
+ | Test | 500 |
62
+
63
+
64
+
65
+ ---
66
+ ### Source 3D Models
67
+ The RGB-D scenes were generated from 3D meshes obtained from the [Google Scanned Objects](https://research.google/blog/scanned-objects-by-google-research-a-dataset-of-3d-scanned-common-household-items/
68
+ ).
69
+
70
+ ---
71
+ # License
72
+ © 2025, SPIN Lab, Korea University of Technology and Education (KOREATECH) and Digital Holography Research Group, Electronics and Telecommunications Research Institute (ETRI)
73
+ This dataset is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license.
74
+ You are free to use, modify, and distribute this work **for non-commercial purposes**, with proper attribution.
75
+ **Commercial use is strictly prohibited.**
76
+
77
+ See [LICENSE](./LICENSE.txt) and the [official CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/) for full terms.
78
+
79
+ For inquiries, please contact the corresponding author: **bluekdct@gmail.com**
80
+
81
+
82
+ ---
83
+
84
+ ## Acknowledgements
85
+
86
+
87
+ ---