Update README.md
Browse files
README.md
CHANGED
|
@@ -11,10 +11,23 @@ tags:
|
|
| 11 |
pretty_name: WildRelight
|
| 12 |
---
|
| 13 |
|
|
|
|
| 14 |
# WildRelight Dataset
|
| 15 |
|
| 16 |
A real-world relighting dataset of 30 outdoor/semi-indoor scenes captured across multiple time steps throughout the day. Each scene provides paired HDR photographs and HDR environment maps, enabling evaluation of outdoor relighting tasks.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## Key Statistics
|
| 19 |
|
| 20 |
| Property | Value |
|
|
|
|
| 11 |
pretty_name: WildRelight
|
| 12 |
---
|
| 13 |
|
| 14 |
+
|
| 15 |
# WildRelight Dataset
|
| 16 |
|
| 17 |
A real-world relighting dataset of 30 outdoor/semi-indoor scenes captured across multiple time steps throughout the day. Each scene provides paired HDR photographs and HDR environment maps, enabling evaluation of outdoor relighting tasks.
|
| 18 |
|
| 19 |
+
## Download Command
|
| 20 |
+
|
| 21 |
+
Download small resolution for quick verification.
|
| 22 |
+
|
| 23 |
+
```bash
|
| 24 |
+
hf download lez/wildrelight --repo-type dataset --include "small-aligned/**" --local-dir ./wildrelight/small-aligned
|
| 25 |
+
```
|
| 26 |
+
Download full resolution dataset.
|
| 27 |
+
```bash
|
| 28 |
+
hf download lez/wildrelight --repo-type dataset --include "ori-aligned/**" --local-dir ./wildrelight/ori-aligned
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
## Key Statistics
|
| 32 |
|
| 33 |
| Property | Value |
|