Giter VIP home page Giter VIP logo

super-resolution's Introduction

super-resolution

Image super-resolution using IMDN (information multi-distillation network) modified with multi-head structure with pytorch

Model structure

Example image

File system

DATASET : DIV2K, Flickr2K
You should download dataset, then run png2npy.py to convert png to npy

python png2npy.py
  • DIV2K
    • DIV2K_train_HR
    • DIV2K_train_LR_bicubic
    • DIV2K_valid_HR
    • DIV2K_valid_LR_bicubic
  • Flickr2K
    • Flickr2K_HR
    • Flickr2K_LR_bicubic
    • Flickr2K_LR_unknown
  • DIV2K_decoded
    • DIV2K_HR_train
    • DIV2K_HR_valid
    • DIV2K_LR_bicubic_train
      • X3
    • DIV2K_LR_bicubic_valid
  • Flickr2K_decoded
    • Flickr2K_HR
    • Flickr2K_LR_bicubic
      • X3

train

then run train.py

python train.py

without pretrained model

python train.py --resume checkpoint/model.pth

with pretrained model

demo

convert model to demo.py readable format

python load_model.py

then run demo.py

python demo.py 

to run video demo

python video_SR.py

result

LR SR HR
Example image Example image Example image

video demo

demo

super-resolution's People

Contributors

benchangatrul284 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.