BobShih1008 commited on
Commit
44bdf40
·
1 Parent(s): c3a9333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,7 +7,22 @@ license: mit
7
 
8
  The dataset is organized into the following directory structure:
9
 
10
- sony_IMX678_20240111/ │ ├── RAW/ │ ├── gt/ │ │ └── Scene_Gain_Exposure_Sigma.npy │ ├── noisy/ │ │ └── Scene_Gain_Exposure.npy │ ├── RGB/ │ ├── gt/ │ │ └── Scene_Gain_Exposure_Sigma.png │ ├── noisy/ │ │ └── Scene_Gain_Exposure.png
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.