https://github.com/open-mmlab/mmagic
https://github.com/open-mmlab/mmagic/blob/main/configs/restormer/README.md
https://github.com/open-mmlab/mmagic/blob/main/docs/en/user_guides/train_test.md#Train-a-model-in-MMagic
https://github.com/open-mmlab/mmagic/blob/main/docs/en/get_started/install.md
https://github.com/open-mmlab/mmagic
pip install -r requirement.txt
Task: Denoising, Deblurring, Deraining
Motion Deblurring
Defocus Deblurring
Test Grayscale Gaussian Noise
Test Color Gaussian Noise
Real Image Denoising
Tutorial 2: Prepare datasets
How to prepare your own datasets
https://github.com/open-mmlab/mmagic/blob/main/configs/restormer/README.md
# Deraining
python tools/test.py configs/restormer/restormer_official_rain13k.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_rain13k-2be7b550.pth
# Motion Deblurring
python tools/test.py configs/restormer/restormer_official_gopro.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_gopro-db7363a0.pth
# Defocus Deblurring
# Single
python tools/test.py configs/restormer/restormer_official_dpdd-dual.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dpdd-single-6bc31582.pth
# Dual
python tools/test.py configs/restormer/restormer_official_dpdd-single.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dpdd-dual-52c94c00.pth
# Gaussian Denoising
# Test Grayscale Gaussian Noise
# sigma15
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma15-da74417f.pth
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# sigma25
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma25-08010841.pth
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# sigma50
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma50-ee852dfe.pth
python tools/test.py configs/restormer/restormer_official_dfwb-gray-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# Test Color Gaussian Noise
# sigma15
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma15-012ceb71.pth
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth
# sigma25
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma25-e307f222.pth
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth
# sigma50
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma50-a991983d.pth
python tools/test.py configs/restormer/restormer_official_dfwb-color-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth
# Deraining
./tools/dist_test.sh configs/restormer/restormer_official_rain13k.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_rain13k-2be7b550.pth
# Motion Deblurring
./tools/dist_test.sh configs/restormer/restormer_official_gopro.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_gopro-db7363a0.pth
# Defocus Deblurring
# Single
./tools/dist_test.sh configs/restormer/restormer_official_dpdd-dual.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dpdd-single-6bc31582.pth
# Dual
./tools/dist_test.sh configs/restormer/restormer_official_dpdd-single.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dpdd-dual-52c94c00.pth
# Gaussian Denoising
# Test Grayscale Gaussian Noise
# sigma15
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma15-da74417f.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# sigma25
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma25-08010841.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# sigma50
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-sigma50-ee852dfe.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-gray-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-gray-blind-5f094bcc.pth
# Test Color Gaussian Noise
# sigma15
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma15-012ceb71.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma15.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth
# sigma25
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma25-e307f222.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma25.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth
# sigma50
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-sigma50-a991983d.pth
./tools/dist_test.sh configs/restormer/restormer_official_dfwb-color-sigma50.py \
https://download.openmmlab.com/mmediting/restormer/restormer_official_dfwb-color-blind-dfd03c9f.pth