Update README.md
Browse files
README.md
CHANGED
|
@@ -2,24 +2,40 @@
|
|
| 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
|
@@ -29,12 +45,20 @@ cd coco2017
|
|
| 29 |
tar -xzvf coco2017.tar.gz
|
| 30 |
```
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```python
|
| 33 |
## meta file: reasonseg.jsonl
|
| 34 |
cd reasonseg
|
| 35 |
tar -xzvf reasonseg.tar.gz
|
| 36 |
```
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
```python
|
| 39 |
## meta file: weather-stream_gopro.jsonl
|
| 40 |
cd weather-stream/rain
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
- **ADE**
|
| 6 |
+
|
| 7 |
+
A image segementation dataset with 297,472 samples.
|
| 8 |
+
|
| 9 |
```python
|
| 10 |
## meta file: ade.jsonl
|
| 11 |
cd ade
|
| 12 |
tar -xzvf ade.tar.gz
|
| 13 |
```
|
| 14 |
|
| 15 |
+
- **Rain100H**
|
| 16 |
+
|
| 17 |
+
A image derain dataset with 100 samples.
|
| 18 |
+
|
| 19 |
```python
|
| 20 |
## meta file: derain_rain100h.jsonl
|
| 21 |
cd derain_rain100h
|
| 22 |
tar -xzvf derain_rain100h.tar.gz
|
| 23 |
```
|
| 24 |
|
| 25 |
+
- **LOL**
|
| 26 |
+
|
| 27 |
+
A low-light image enhancement dataset with 485 samples.
|
| 28 |
+
|
| 29 |
```python
|
| 30 |
## meta file: enhance_lol.jsonl
|
| 31 |
cd enhance_lol
|
| 32 |
tar -xzvf enhance_lol.tar.gz
|
| 33 |
```
|
| 34 |
|
| 35 |
+
- **MuLan**
|
| 36 |
+
|
| 37 |
+
A multi-layer image editing dataset with 32,066 samples.
|
| 38 |
+
|
| 39 |
```python
|
| 40 |
## meta file: mulan.jsonl
|
| 41 |
cd mulan
|
|
|
|
| 45 |
tar -xzvf coco2017.tar.gz
|
| 46 |
```
|
| 47 |
|
| 48 |
+
- **ReasonSeg**
|
| 49 |
+
|
| 50 |
+
A image reasoning segmentation dataset with 1,218 samples.
|
| 51 |
+
|
| 52 |
```python
|
| 53 |
## meta file: reasonseg.jsonl
|
| 54 |
cd reasonseg
|
| 55 |
tar -xzvf reasonseg.tar.gz
|
| 56 |
```
|
| 57 |
|
| 58 |
+
- **WeatherStream & GoPro**
|
| 59 |
+
|
| 60 |
+
A image derain, desnow and deblur dataset with 3,386 samples.
|
| 61 |
+
|
| 62 |
```python
|
| 63 |
## meta file: weather-stream_gopro.jsonl
|
| 64 |
cd weather-stream/rain
|