Adaptive Dynamic Filtering Network for Image Denoising (Accepted by AAAI 2023).
- Python 3.6
- Pytorch 1.0
- CUDA 10.1
The Deformable ConvNets V2 (DCNv2) module in our code adopts chengdazhi's implementation.
You can compile the code according to your machine.
sh make.sh
Please make sure your machine has a GPU, which is required for the DCNv2 module.
- Download testsets (CBSD68, Kodak, McMaster), run
python test.py -- test_noiseL 30|50|70 --test_data Kodak24|BSD68|MCMaster