Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ size_categories:
|
|
| 9 |
- n<1K
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
The HueDataset was developed as a component of my master's thesis and later featured in my publication titled [Color Transfer of 3D Point Clouds XR Applications](https://potechius.eu/Home/Research/IC3D2021). This dataset provides 3D reconstructions of a single room under varying lighting conditions, achieved by illuminating the space with hue color lamps. It serves as a valuable ground truth for evaluating color transfer algorithms for 3d point clouds.
|
| 13 |
|
| 14 |
## Details
|
|
@@ -20,3 +22,15 @@ The HueDataset was developed as a component of my master's thesis and later feat
|
|
| 20 |
|
| 21 |

|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- n<1K
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# HueDataset
|
| 13 |
+
|
| 14 |
The HueDataset was developed as a component of my master's thesis and later featured in my publication titled [Color Transfer of 3D Point Clouds XR Applications](https://potechius.eu/Home/Research/IC3D2021). This dataset provides 3D reconstructions of a single room under varying lighting conditions, achieved by illuminating the space with hue color lamps. It serves as a valuable ground truth for evaluating color transfer algorithms for 3d point clouds.
|
| 15 |
|
| 16 |
## Details
|
|
|
|
| 22 |
|
| 23 |

|
| 24 |
|
| 25 |
+
## Citation
|
| 26 |
+
If you utilize this dataset in your research, kindly provide a citation:
|
| 27 |
+
```
|
| 28 |
+
@inproceedings{potechius2021,
|
| 29 |
+
author={Potechius, H. and Sikora, T. and Knorr, S.},
|
| 30 |
+
booktitle={IEEE International Conference on 3D Immersion (IC3D)},
|
| 31 |
+
title={{Color Transfer of 3D Point Clouds For XR Applications}},
|
| 32 |
+
year={2021},
|
| 33 |
+
pages={1-8},
|
| 34 |
+
doi={10.1109/IC3D53758.2021.9687162}
|
| 35 |
+
}
|
| 36 |
+
```
|