├── DerainDataset.py ├── ReadMe.md ├── figs ├── dynamic rain kernel.png ├── generalization.png ├── generalization_dense.png ├── match.png └── motivation.png ├── init_kernel_dir.mat ├── network.py ├── test.py ├── train.py └── utils.py /DerainDataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/DerainDataset.py -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/ReadMe.md -------------------------------------------------------------------------------- /figs/dynamic rain kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/figs/dynamic rain kernel.png -------------------------------------------------------------------------------- /figs/generalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/figs/generalization.png -------------------------------------------------------------------------------- /figs/generalization_dense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/figs/generalization_dense.png -------------------------------------------------------------------------------- /figs/match.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/figs/match.png -------------------------------------------------------------------------------- /figs/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/figs/motivation.png -------------------------------------------------------------------------------- /init_kernel_dir.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/init_kernel_dir.mat -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/network.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongwang01/DRCDNet/HEAD/utils.py --------------------------------------------------------------------------------