BobShih1008 commited on
Commit
0ac20ea
·
1 Parent(s): 5c18714

modify file structure

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -7,16 +7,16 @@ license: mit
7
 
8
  The dataset is organized into the following directory structure:
9
 
10
- sony_IMX678_20240111/
11
- │ ├── RAW/
12
- │ ├── gt/
13
- │ │ └── Scene_Gain_Exposure_Sigma.npy
14
- │ ├── noisy/
15
- │ │ └── Scene_Gain_Exposure.npy
16
- │ ├── RGB/
17
- │ ├── gt/
18
- │ │ └── Scene_Gain_Exposure_Sigma.png
19
- │ ├── noisy/
20
  │ │ └── Scene_Gain_Exposure.png
21
 
22
 
 
7
 
8
  The dataset is organized into the following directory structure:
9
 
10
+ sony_IMX678_20240111/
11
+ │ ├── RAW/
12
+ │ ├── gt/
13
+ │ │ └── Scene_Gain_Exposure_Sigma.npy
14
+ │ ├── noisy/
15
+ │ │ └── Scene_Gain_Exposure.npy
16
+ │ ├── RGB/
17
+ │ ├── gt/
18
+ │ │ └── Scene_Gain_Exposure_Sigma.png
19
+ │ ├── noisy/
20
  │ │ └── Scene_Gain_Exposure.png
21
 
22