Git Product home page Git Product logo

peterzs / octree_primal_dual_network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xjwang-cs/octree_network_for_3d_semantic_reconstruction

0.0 1.0 0.0 17.94 MB

This repository maintains the code for my master thesis "learn semantic 3d reconstruction on octree"

License: Other

CMake 2.18% Makefile 0.52% C 0.01% C++ 75.43% Cuda 6.55% Dockerfile 0.06% MATLAB 0.70% Python 14.09% Shell 0.47%

octree_primal_dual_network's Introduction

Octree Primal Dual network

This repo contains the code for my master thesis "learn semantic 3D reconstruction on octree". It includes the code for conv/deconv on octree in include/ and src/, as well as other layers for primal dual update. It also contains the code for octree/dense voxel grid conversion in tools/.

Build

This code is built upon the caffe framework, and thus you can build it using CMake the same way as in caffe.

  1. mkdir build && cd build
  2. make all
  3. make install

Training

run_scannet_v2 and run_suncg provides two examples on how to use the code to do training and testing.

  1. Generate the voxelized TSDFs, i.e., datacost, and groundtruth for each scene
  2. run generate_train_crop_proto.sh to obtain the prototxt file for training.
  3. run train.sh to start traing. (The solver.prototxt and generate_train_crop_proto.py contains default param configs)

Testing

  1. Generate the voxelized datacosts for each test scene
  2. run genetate_octree_datacost.sh to obtain the encoded octree datacost for test input
  3. run generate_test_proto.sh to obtain the test protoxt file
  4. run test.sh to do inference, and this will generate the resulting 3d reconstruction model.

octree_primal_dual_network's People

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.