Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ size_categories:
|
|
| 22 |
Link to the challenge: https://codalab.lisn.upsaclay.fr/competitions/21648
|
| 23 |
Link to the workshop: https://www.cvlai.net/ntire/2025/
|
| 24 |
|
| 25 |
-
This dataset includes images from three smartphones
|
| 26 |
- Reconstruct RAW images from the sRGB counterpart
|
| 27 |
- Learn an ISP to process the RAW images into the sRGB (emulating the phone ISP)
|
| 28 |
- Add noise to the RAW images and train a denoiser
|
|
@@ -69,5 +69,32 @@ This dataset includes images from three smartphones: iPhoneX, SamsungS9, Samsung
|
|
| 69 |
print (meta_loaded)
|
| 70 |
```
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
Contact: [email protected]
|
|
|
|
| 22 |
Link to the challenge: https://codalab.lisn.upsaclay.fr/competitions/21648
|
| 23 |
Link to the workshop: https://www.cvlai.net/ntire/2025/
|
| 24 |
|
| 25 |
+
This dataset includes images from three **smartphones**: iPhoneX, SamsungS9, Samsung21. You can use it for many tasks, these are some:
|
| 26 |
- Reconstruct RAW images from the sRGB counterpart
|
| 27 |
- Learn an ISP to process the RAW images into the sRGB (emulating the phone ISP)
|
| 28 |
- Add noise to the RAW images and train a denoiser
|
|
|
|
| 69 |
print (meta_loaded)
|
| 70 |
```
|
| 71 |
|
| 72 |
+
### Citation
|
| 73 |
+
|
| 74 |
+
Toward Efficient Deep Blind Raw Image Restoration, ICIP 2024
|
| 75 |
+
|
| 76 |
+
```
|
| 77 |
+
@inproceedings{conde2024toward,
|
| 78 |
+
title={Toward Efficient Deep Blind Raw Image Restoration},
|
| 79 |
+
author={Conde, Marcos V and Vasluianu, Florin and Timofte, Radu},
|
| 80 |
+
booktitle={2024 IEEE International Conference on Image Processing (ICIP)},
|
| 81 |
+
pages={1725--1731},
|
| 82 |
+
year={2024},
|
| 83 |
+
organization={IEEE}
|
| 84 |
+
}
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
BSRAW: Improving blind raw image super-resolution, WACV 2024
|
| 88 |
+
|
| 89 |
+
```
|
| 90 |
+
@inproceedings{conde2024bsraw,
|
| 91 |
+
title={Bsraw: Improving blind raw image super-resolution},
|
| 92 |
+
author={Conde, Marcos V and Vasluianu, Florin and Timofte, Radu},
|
| 93 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
| 94 |
+
pages={8500--8510},
|
| 95 |
+
year={2024}
|
| 96 |
+
}
|
| 97 |
+
```
|
| 98 |
+
|
| 99 |
|
| 100 |
Contact: [email protected]
|