Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Cloudy Dataset
|
| 6 |
+
|
| 7 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 8 |
+
|
| 9 |
+
## Citation
|
| 10 |
+
|
| 11 |
+
If you use this dataset in your research, please cite our paper: "Light Transport-aware Diffusion Posterior Sampling for Single-View Reconstruction of 3D Volumes"
|
| 12 |
+
|
| 13 |
+
```bibtex
|
| 14 |
+
@article{leonard2025light,
|
| 15 |
+
title={Light Transport-aware Diffusion Posterior Sampling for Single-View Reconstruction of 3D Volumes},
|
| 16 |
+
author={Leonard, Ludwic and Thuerey, Nils and Westermann, Ruediger},
|
| 17 |
+
journal={arXiv preprint arXiv:2501.05226},
|
| 18 |
+
year={2025}
|
| 19 |
+
}
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
## Dataset Details
|
| 23 |
+
|
| 24 |
+
The dataset comprises of 1400 simulaed cloud formations stored as torch tensors.
|
| 25 |
+
Dimensions are around 512x256x512.
|
| 26 |
+
Values are normalized between 0 and 0.8.
|
| 27 |
+
|
| 28 |
+
More information in
|
| 29 |
+
https://www.github.com/rendervous/cloudy_project
|