Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ configs:
|
|
| 6 |
- split: train
|
| 7 |
path:
|
| 8 |
- DayRainDrop_Train/**/*
|
|
|
|
|
|
|
| 9 |
- split: test
|
| 10 |
path:
|
| 11 |
- DayRainDrop_Test/**/*
|
|
@@ -14,6 +16,8 @@ configs:
|
|
| 14 |
- split: train
|
| 15 |
path:
|
| 16 |
- NightRainDrop_Train/**/*
|
|
|
|
|
|
|
| 17 |
- split: test
|
| 18 |
path:
|
| 19 |
- NightRainDrop_Test/**/*
|
|
@@ -25,13 +29,6 @@ configs:
|
|
| 25 |
- split: test
|
| 26 |
path:
|
| 27 |
- ChallengeRainDrop_Test/**/*
|
| 28 |
-
features:
|
| 29 |
-
drop_file_name:
|
| 30 |
-
dtype: string
|
| 31 |
-
blur_file_name:
|
| 32 |
-
dtype: string
|
| 33 |
-
clear_file_name:
|
| 34 |
-
dtype: string
|
| 35 |
license: mit
|
| 36 |
task_categories:
|
| 37 |
- image-to-image
|
|
|
|
| 6 |
- split: train
|
| 7 |
path:
|
| 8 |
- DayRainDrop_Train/**/*
|
| 9 |
+
- config_name: day-drop-only
|
| 10 |
+
data_files:
|
| 11 |
- split: test
|
| 12 |
path:
|
| 13 |
- DayRainDrop_Test/**/*
|
|
|
|
| 16 |
- split: train
|
| 17 |
path:
|
| 18 |
- NightRainDrop_Train/**/*
|
| 19 |
+
- config_name: night-drop-only
|
| 20 |
+
data_files:
|
| 21 |
- split: test
|
| 22 |
path:
|
| 23 |
- NightRainDrop_Test/**/*
|
|
|
|
| 29 |
- split: test
|
| 30 |
path:
|
| 31 |
- ChallengeRainDrop_Test/**/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
license: mit
|
| 33 |
task_categories:
|
| 34 |
- image-to-image
|