Commit ·
e135294
1
Parent(s): e566c7f
Add image-to-image task category (#1)
Browse files- Add image-to-image task category (2a8144a3a6a38e9955a65e13d051f799ae5e5ed4)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
[🌐Homepage](https://openimaginglab.github.io/S2R-HDR/) | [📖Arxiv](https://arxiv.org/abs/2504.07667) | [GitHub](https://github.com/OpenImagingLab/S2R-HDR)
|
| 5 |
|
| 6 |
## ✨Dataset Summary
|
|
@@ -113,8 +116,7 @@ We implemented three targeted technical enhancements to enhance our synthetic da
|
|
| 113 |
</tr>
|
| 114 |
<tr>
|
| 115 |
<td>Outdoor</td>
|
| 116 |
-
<td>4272</td>
|
| 117 |
-
<td>3024</td>
|
| 118 |
<td>2400</td>
|
| 119 |
</tr>
|
| 120 |
</tbody>
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
---
|
| 6 |
+
|
| 7 |
[🌐Homepage](https://openimaginglab.github.io/S2R-HDR/) | [📖Arxiv](https://arxiv.org/abs/2504.07667) | [GitHub](https://github.com/OpenImagingLab/S2R-HDR)
|
| 8 |
|
| 9 |
## ✨Dataset Summary
|
|
|
|
| 116 |
</tr>
|
| 117 |
<tr>
|
| 118 |
<td>Outdoor</td>
|
| 119 |
+
<td>4272</td> <td>3024</td>
|
|
|
|
| 120 |
<td>2400</td>
|
| 121 |
</tr>
|
| 122 |
</tbody>
|