Skip to content

howardchanth/MW-GAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MW-GAN+

This repo is the official code for MW-GAN+ for Perceptual Quality Enhancement on Compressed Video (In submission), the improved version of our conference paper:

Published on 16TH EUROPEAN CONFERENCE ON COMPUTER VISION in 2020. By MC2 Lab @ Beihang University.

Visual results on JCT-VC

Compressed video (QP=42) Ours
:-------------------------: :-------------------------:

Dependencies and Installation

conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.1

python -m pip install pyyaml opencv-python tensorboard future scikit-image tqdm

Dataset Preparation

Following BasicSR, we use datasets in LMDB format for faster IO speed.

Get Started

  • Run python train.py -opt options/train/train_MWGAN_rgb.yml for training.
  • Run python test.py -opt options/test/test_MWGAN_rgb.yml for test.

Tips

Pre-train model

Here we provide a model trained for QP42. For other models you can just finetune on this model.

Acknowledgement

This repo is built mainly based on BasicSR. Also borrowing codes from pacnet, MWCNN_PyTorch and PerceptualSimilarity. We thank a lot for their contributions to the community.

Citation

If you find our paper or code useful for your research, please cite:

@inproceedings{wang2020multi,
  title={Multi-level Wavelet-Based Generative Adversarial Network for Perceptual Quality Enhancement of Compressed Video},
  author={Wang, Jianyi and Deng, Xin and Xu, Mai and Chen, Congyong and Song, Yuhang},
  booktitle={European Conference on Computer Vision},
  pages={405--421},
  year={2020},
  organization={Springer}
}

About

This repo is the official pytorch implement (Enhanced version) for MW-GAN: Multi-level Wavelet-based Generative Adversarial Network for Perceptual Quality Enhancement of Compressed Video (ECCV, 2020)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.3%
  • MATLAB 2.7%