Skip to content

Latest commit

 

History

History
 
 

207-vision-paddlegan-superresolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Super Resolution with PaddleGAN and OpenVINO

Binder

This notebook demonstrates converting the RealSR (real-world super-resolution) model from PaddlePaddle/PaddleGAN to OpenVINO's Intermediate Representation (IR) format, and shows inference results on both the PaddleGAN and IR models.

For more information about the various PaddleGAN superresolution models, see PaddleGAN's documentation. For more information about RealSR, see the research paper from CVPR 2020.

This notebook works best with small images (up to 800x600).

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.