@inproceedings{MGBPv2,
title = {{MGBP}v2: Scaling Up Multi--Grid Back--Projection Networks},
author = {Navarrete~Michelini, Pablo and Chen, Wenbin and Liu, Hanwen and Zhu, Dan},
booktitle = {The {IEEE} International Conference on Computer Vision Workshops ({ICCVW})},
month = {October},
year = {2019},
url = {https://arxiv.org/abs/1909.12983}
}
- BOE-Perceptual (1st place) (112.7MB)
- BOE-Fidelity (5th place) (1.1GB)
-
Download model files using
./download_models.sh
or links above. -
Copy input images in
input
(provided as empty directory). -
To upscale images 16x run:
python run.py
.Output images will come out in
output
(automatically created and cleaned if already exists). -
The GPU number, model file and memory target can be changed in run.py (in comment "CHANGE HERE").
- Python 3, PyTorch, NumPy, Pillow, OpenCV