Git Product home page Git Product logo

lightfieldangularsr's Introduction

Code for the ECCV 2018 Paper

Fast Light Field Reconstruction With Deep Coarse-To-Fine Modeling of Spatial-Angular Clues

Description

A learning based model that generate a densely-sampled LF fast and accurately from a sparsely-sampled LF in one forward pass.

Requirements and Dependencies

  • MATLAB
  • cuda and cudnn (For GPU. Please modify install.m if not using cudnn)
  • matconvnet (Please use the matconvnet code given in this repository. It contains the 4D convolution code written by us)

Installation

# Start MATLAB
$ matlab
>> install

Training

Set the training and validation data directory (opts.test_dir) in init_opts.m. Download the training and validation datasets to the specofoc directories. Make sure that there are enough memory for loading the whole training and validatoin datasets.

>> train

Testing Pretrained Models

Set the testing data directory (opts.test_dir) in init_opts.m

>> test

Testing Your Own Models

>> test_model(name, depth, gpu, saveImg, epoch, len)
  • model_name : model name
  • depth : model depth
  • gpu : GPU ID
  • saveImg : Save the HR SAIs if true
  • epoch : model epoch to test
  • len : controls the size of the sub-lightfield, value depends on GPU memory

Authors of the Paper

Henry W. F. Yeung*, Junhui Hou*, Jie Chen , Yuk Ying Chung and Xiaoming Chen

* Equal Contibutions

lightfieldangularsr's People

Contributors

angularsr 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.