yzwang commited on
Commit
8eff5ec
·
verified ·
1 Parent(s): 85e61b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -40,9 +40,11 @@ A set of image derain, enhance and deblur datasets with 859 & 485 & 2,103 sample
40
  ## meta file: derain.jsonl
41
  cd derain
42
  tar -xzvf derain.tar.gz
 
43
  ## meta file: enhance.jsonl
44
  cd enhance
45
  tar -xzvf enhance.tar.gz
 
46
  ## meta file: gopro.jsonl
47
  cd gopro
48
  tar -xzvf gopro.tar.gz
@@ -53,12 +55,11 @@ tar -xzvf gopro.tar.gz
53
 
54
  A image segementation dataset with 297,472 samples.
55
 
56
- download images from [here](https://huggingface.co/datasets/yzwang/X2I-computer-vision/tree/main/ade)
57
-
58
  ```python
59
  ## meta file: ade.jsonl
60
  cd ade
61
  tar -xzvf ade.tar.gz
 
62
  ```
63
 
64
  - [MultiGen](https://github.com/salesforce/UniControl)
 
40
  ## meta file: derain.jsonl
41
  cd derain
42
  tar -xzvf derain.tar.gz
43
+
44
  ## meta file: enhance.jsonl
45
  cd enhance
46
  tar -xzvf enhance.tar.gz
47
+
48
  ## meta file: gopro.jsonl
49
  cd gopro
50
  tar -xzvf gopro.tar.gz
 
55
 
56
  A image segementation dataset with 297,472 samples.
57
 
 
 
58
  ```python
59
  ## meta file: ade.jsonl
60
  cd ade
61
  tar -xzvf ade.tar.gz
62
+ tar -xzvf seg_imgs.tar.gz
63
  ```
64
 
65
  - [MultiGen](https://github.com/salesforce/UniControl)