| | --- |
| | pretty_name: RaindropClarity |
| | configs: |
| | - config_name: day |
| | data_files: |
| | - split: train |
| | path: |
| | - DayRainDrop_Train/**/* |
| | - config_name: day-drop-only |
| | data_files: |
| | - split: test |
| | path: |
| | - DayRainDrop_Test/**/* |
| | - config_name: night |
| | data_files: |
| | - split: train |
| | path: |
| | - NightRainDrop_Train/**/* |
| | - config_name: night-drop-only |
| | data_files: |
| | - split: test |
| | path: |
| | - NightRainDrop_Test/**/* |
| | - config_name: challenge |
| | data_files: |
| | - split: valid |
| | path: |
| | - ChallengeRainDrop_Valid/**/* |
| | - split: test |
| | path: |
| | - ChallengeRainDrop_Test/**/* |
| | license: mit |
| | task_categories: |
| | - image-to-image |
| | --- |
| | |
| | # RaindropClarity |
| |
|
| | This dataset is designed for raindrop removal tasks, providing paired images of rainy and clear scenes to train and evaluate models for removing raindrops from images. |
| |
|
| | This is a Hugging Face compatible version created from the original repository [RaindropClarity](https://github.com/jinyeying/RaindropClarity). |
| |
|
| | The original repository is licensed under the MIT License, and so does this version. |