gy65896 commited on
Commit
b1cba4b
·
verified ·
1 Parent(s): 360ad53

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-to-image
4
+ language:
5
+ - en
6
+ ---
7
+ Preparing the train and test datasets as follows:
8
+
9
+ ```
10
+ ./data/
11
+ |--train
12
+ | |--clear
13
+ | | |--000001.png
14
+ | | |--000002.png
15
+ | |--low
16
+ | |--haze
17
+ | |--rain
18
+ | |--snow
19
+ | |--low_haze
20
+ | |--low_rain
21
+ | |--low_snow
22
+ | |--haze_rain
23
+ | |--haze_snow
24
+ | |--low_haze_rain
25
+ | |--low_haze_snow
26
+ |--test
27
+ ```