Git Product home page Git Product logo

cvpr2020-sdfdiff's Introduction

SDFDiff: Differentiable Rendering of Signed Distance Fields for 3D Shape Optimization

IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020 (Oral)

Authors: Yue Jiang, Dantong Ji, Zhizhong Han, Matthias Zwicker

Paper: http://www.cs.umd.edu/~yuejiang/papers/SDFDiff.pdf

Video: https://www.youtube.com/watch?v=l3h9JZHAOqI&t=13s

To get started:

git clone https://github.com/YueJiang-nj/CVPR2020-SDFDiff.git

Prerequisite installation

1. Python3 
2. CUDA10
3. Pytorch

Layout

The project has the following file layout:

README.md
multi_view_code/
	bunny.sdf
	dragon.sdf
	code/
	  	main.py
	  	renderer.cpp
	  	renderer_kernel.cu
	  	setup.py
 single_view_code/
 	differentiable_rendering.py
 	main.py
 	models.py
 	renderer.cpp
 	renderer_kernel.cu
 	setup.py

multi_view_code contains the source code for multi-view 3D reconstruction using our SDFDiff;

single_view_code contains the source code for single-view 3D reconstruction using our SDFDiff and deep learning models;

To run multi-view 3D reconstruction example, you can follow the following steps in the folder multi_view_code/code:

  1. You need to run “python setup.py install” to compile our SDF differentiable renderer.

  2. Once built, you can execute the bunny reconstruction example via “python main.py”

cvpr2020-sdfdiff's People

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.