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

Update README.md

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