Commit ·
44bdf40
1
Parent(s): c3a9333
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,22 @@ license: mit
|
|
| 7 |
|
| 8 |
The dataset is organized into the following directory structure:
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
### Description
|
| 12 |
|
| 13 |
- **RAW Folder**: Contains the raw data files.
|
|
|
|
| 7 |
|
| 8 |
The dataset is organized into the following directory structure:
|
| 9 |
|
| 10 |
+
<pre>
|
| 11 |
+
sony_IMX678_20240111/
|
| 12 |
+
│
|
| 13 |
+
├── RAW/
|
| 14 |
+
│ ├── gt/
|
| 15 |
+
│ │ └── Scene_Gain_Exposure_Sigma.npy
|
| 16 |
+
│ ├── noisy/
|
| 17 |
+
│ │ └── Scene_Gain_Exposure.npy
|
| 18 |
+
│
|
| 19 |
+
├── RGB/
|
| 20 |
+
│ ├── gt/
|
| 21 |
+
│ │ └── Scene_Gain_Exposure_Sigma.png
|
| 22 |
+
│ ├── noisy/
|
| 23 |
+
│ │ └── Scene_Gain_Exposure.png
|
| 24 |
+
</pre>
|
| 25 |
+
|
| 26 |
### Description
|
| 27 |
|
| 28 |
- **RAW Folder**: Contains the raw data files.
|