Skip to content

xiangyu8/MOFA

Repository files navigation

This is the official repo for ICCV Workshop paper "MOFA: A Model Simplification Roadmap for Image Restoration on Mobile Devices."

Environment

pip install -r requirement.txt
python setup.py develop --no_cuda_ext

Dataset

Please check NAFNet repo for SIDD, GoPro and REDS, and HINet repo for Rain13k.

To Train

sh run_script_train.sh

To Test

sh run_script_test.sh

To test the runtime for PMRID and NAFNet baselines, we manually add split cat operations for fair comparison. An example can be found in ./basicsr/models/archs/PMRID_split_arch.py.

License

This project is under the MIT license, and it is based on BasicSR which is under the Apache 2.0 license.

Acknowledgements

Our codes are highly based on NAFNet repo, HINet repo and FUIR repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published