yzwang commited on
Commit
5e2aee9
·
verified ·
1 Parent(s): 78a6d3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ```python
6
+ ## meta file: ade.jsonl
7
+ cd ade
8
+ tar -xzvf ade.tar.gz
9
+
10
+ ## meta file: derain_rain100h.jsonl
11
+ cd derain_rain100h
12
+ tar -xzvf derain_rain100h.tar.gz
13
+
14
+ ## meta file: enhance_lol.jsonl
15
+ cd enhance_lol
16
+ tar -xzvf enhance_lol.tar.gz
17
+
18
+ ## meta file: mulan.jsonl
19
+ cd mulan
20
+ tar -xzvf mulan.tar.gz
21
+ cd coco2017
22
+ tar -xzvf coco2017.tar.gz
23
+
24
+ ## meta file: reasonseg.jsonl
25
+ cd reasonseg
26
+ tar -xzvf reasonseg.tar.gz
27
+
28
+ ## meta file: weather-stream_gopro.jsonl
29
+ cd weather-stream/rain
30
+ tar -zxvf rain.tar.gz
31
+ cd weather-stream/snow
32
+ tar -zxvf snow.tar.gz
33
+ cd gopro
34
+ tar -zxvf gopro.tar.gz
35
+
36
+ ```