Update README.md
Browse files
README.md
CHANGED
|
@@ -125,15 +125,18 @@ Alignment is computed independently for `ori` and `small` resolutions. Environme
|
|
| 125 |
|
| 126 |
This dataset is released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.
|
| 127 |
|
| 128 |
-
|
| 129 |
|
| 130 |
If you use this dataset, please cite:
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
-
@
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
|
|
|
|
|
|
|
|
|
| 138 |
}
|
| 139 |
-
```
|
|
|
|
| 125 |
|
| 126 |
This dataset is released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.
|
| 127 |
|
| 128 |
+
## Citation
|
| 129 |
|
| 130 |
If you use this dataset, please cite:
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
+
@misc{wang2026wildrelight,
|
| 134 |
+
title={WildRelight: A Real-World Benchmark and Physics-Guided Adaptation for Single-Image Relighting},
|
| 135 |
+
author={Lezhong Wang and Mehmet Onurcan Kaya and Siavash Bigdeli and Jeppe Revall Frisvad},
|
| 136 |
+
year={2026},
|
| 137 |
+
eprint={2605.11696},
|
| 138 |
+
archivePrefix={arXiv},
|
| 139 |
+
primaryClass={cs.CV},
|
| 140 |
+
url={https://arxiv.org/abs/2605.11696},
|
| 141 |
}
|
| 142 |
+
```
|