Skip to content

Official inference code of the paper "Deep Residual Autoencoder for Blind Universal JPEG Restoration"

Notifications You must be signed in to change notification settings

TheZino/Blind_JPEG_Artifact_Removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Residual Autoencoder for Blind Universal JPEG Restoration

Official implementation of the paper "Deep Residual Autoencoder for Blind Universal JPEG Restoration".

Written in Pytorch v1.7.0

Required

  • Python3.6.7+
  • This project works with PyTorch and Torchvision, then please install it following the instructions at the page PyTorch

Inference

Running the code

To run the code simply call

python3 ./run.py -i <path_to_image>

by giving the path to the images to be processed by the model.

Cite

If you use the code provided in this repository please cite our original work:

@article{zini2020deep,
  title={Deep residual autoencoder for blind universal jpeg restoration},
  author={Zini, Simone and Bianco, Simone and Schettini, Raimondo},
  journal={IEEE Access},
  volume={8},
  pages={63283--63294},
  year={2020},
  publisher={IEEE}
}

About

Official inference code of the paper "Deep Residual Autoencoder for Blind Universal JPEG Restoration"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages