c-yn / OKNet

[AAAI2024] Omni-Kernel Network for Image Restoration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omni-Kernel Network for Image Restoration [AAAI-24]

Installation

The project is built with PyTorch 3.8, PyTorch 1.8.1. CUDA 10.2, cuDNN 7.6.5 For installing, follow these instructions:

conda install pytorch=1.8.1 torchvision=0.9.1 -c pytorch
pip install tensorboard einops scikit-image pytorch_msssim opencv-python

Install warmup scheduler:

cd pytorch-gradual-warmup-lr/
python setup.py install
cd ..

Citation

@inproceedings{cui2024omni,
  title={Omni-Kernel Network for Image Restoration},
  author={Cui, Yuning and Ren, Wenqi and Knoll, Alois},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={2},
  pages={1426--1434},
  year={2024}
}

Contact

Should you have any question, please contact Yuning Cui.

About

[AAAI2024] Omni-Kernel Network for Image Restoration

License:MIT License


Languages

Language:Python 100.0%