Code Monkey home page Code Monkey logo

superresolution's Introduction

Multiframe Motion Coupling for Video Super Resolution

Authors

Dependencies

  • MATLAB
  • CUDA

Please make sure to install all submodules and check their installation instructions

Quick start

for a quick installation on a Linux system run the following to install all submodules

git clone https://github.com/HendrikMuenster/superResolution
cd superResolution
git submodule update --init
cd flexBox
git submodule update --init # we only need to initialize this here
mkdir flexBox_CPP/build
cd flexBox_CPP/build
cmake -DUSE_CUDA=ON -DUSE_OPENMP=ON ../source
make && make install
cd ../../../prost
mkdir prost/build
cd prost/build
cmake ..
make
mkdir build
cd prost/build
cmake ..
make

If necessary, run cmake-gui instead of cmake to easily set manual options (e.g. MATLAB installation path). It is also possible to install flexBox without CUDA (or without compiling the C++ submodule at all and running just MATLAB code. Please notify us, if you have trouble compiling one of these modules.

Usage

For a quick example, given a video as a 4-D matlab array 'videoLowRes' that we want to upsample by a factor of 4, run the following commands in MATLAB:

MMC = MultiframeMotionCoupling(videoLowRes,'zoom_factor',4);
MMC.init;
MMC.run;
videoHighRes = MMC.result1;

Check the testfile.m for further instructions.

Options

To reproduce the results of the paper, use the (standard) parameters

MMC.framework = 'prost';
MMC.comp_mode = 'accurate';

However you can also optionally use the 'flexBox' framework for the super resolution step. Other than that, can change to computation mode to 'faster' (reducing speed) or 'fastest' (reducing memory consumption and increasing speed), although no guarantee can be given on the quality of the results.

Reference

While the article is under review, refer to

@Article{MMC,
  Title         = {Multiframe Motion Coupling via Infimal Convolution Regularization
                   for Video Super Resolution},
  Author        = { Hendrik Dirks Jonas Geiping and Daniel Cremers and Michael Moeller},
  Journal       = {ArXiv e-prints},
  url           = {http://arxiv.org/abs/1611.07767}
  Year          = {2016},
  Month         = dec,
  Primaryclass  = {cs.CV}
}

superresolution's People

Contributors

jonasgeiping avatar hendrikmuenster avatar michimoeller avatar

Stargazers

 avatar  avatar  avatar  avatar Alice Atlas avatar

Watchers

 avatar  avatar  avatar paper2code - bot 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.