Coder Social home page Coder Social logo

steady-state-non-line-of-sight-imaging's Introduction

Steady-state-Non-Line-of-Sight-Imaging

This is the official code release for paper Steady-state Non-Line-of-Sight Imaging

Usage

It contains 2 part, first is how to render data and second is how to train the neural network model.

Render

We recommand to open it in Eclipse(tested), Nsight(tested) or Visual Studio. Other IDE should also work. To compile the code, please install libglm, glew, glfw and opencv.

sudo apt-get install libglm-dev
sudo apt-get install libglew-dev
sudo apt-get install libglfw3-dev
sudo apt-get install libopencv-dev

Next, put everything in render-mnist folder in the eclipse project and compile. To successfully run the code, modify the mnist folder path and data saving path in main.cpp (line85 and 90). Then click run button.

Rendered image: orthogonal view image and steady state renderings with different light positions.

Deep Learning Model

We use tensorflow 1.10. Note that tensorflow 2.0 is not tested!

To run the code, modify the config.py in dl-mnist folder, change the datafolder term to the rendered data folder. Then run

python train.py

Captured Data

We capture 10 examples, including 3 mnist examples and 7 shapenet examples. We will upload soon.

Captured Data: side view image, our reconstruction and captures

citation

If you find it is useful, please cite

@InProceedings{chen_2019_nlos,

 author={Chen, Wenzheng and Daneau, Simon and Mannan, Fahim and Heide, Felix},

 title={Steady-state Non-Line-of-Sight Imaging},
 
 booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
 
 month = {June},
 
 year = {2019}

}

steady-state-non-line-of-sight-imaging's People

Contributors

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