hpotechius commited on
Commit
86a2873
·
verified ·
1 Parent(s): 934b571

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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
  ![hue_bedroom](https://cdn-uploads.huggingface.co/production/uploads/6331b00ab7b8e9d6e89a5dc0/aD_sQf-n4w3L28TLBf6Ba.webp)
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
  ![hue_bedroom](https://cdn-uploads.huggingface.co/production/uploads/6331b00ab7b8e9d6e89a5dc0/aD_sQf-n4w3L28TLBf6Ba.webp)
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
+ ```