Giter Club home page Giter Club logo

deep-3d-obj-recognition's Introduction

3D Object Recognition with Deep Networks

This is the 3D Object Recognition with Deep Networks Project for the 3D Vision course at ETHZ

What is needed:

#####Input Data/Voxel/Occupancy Grid

  • read 3D CAD Voxel Data transform to Occupancy Grid
  • optional 2.5D Reconstruction (combine multiple 2.5D Representation into new 3D Representation)
  • optional 2.5D & 3D Point Cloud Data to Voxel Data (Project Tango & Extra Training Data Sets)

#####VoxNet

  • VoxNet Source Code Python - Github
  • Convolutional Neural Network
  • Input Data
    • Rotation Augementation & Voting - Increases Performance when applied
    • Multiresolution Input (not used on ModelNet)
    • 3 Grids - Best Results for Density Grid
      • Density Grid
      • Binary Grid
      • Hit Grid
  • Training: Stoastic Gradient Decent with Momentum
    • learning rate = 0.0001
    • momentum parameter = 0.9
    • batch size = 32
    • learning rate decrease: 10 per 40000 batches.
  • Dropout Regularization after output of each layer
  • Initialization:
    • Convolutional Layers:
      • forward Propagation: zero mean Gaussian with std.dev = sqrt(2/n_l), n_l = dimension(input array(30x30x30) layer l) * input channels layer l
      • backward Propagation: zero mean Gaussion with std.dev = sqrt(2/n*_l), n*_l = dimension(input array(30x30x30)layer l) * input channels layer l-1
    • Dense Layers: zero-mean Gaussion with std.dev=0.01
  • augement training data through randomly pertubed(mirrored/shited) copies
    • mirror along x and y axis
    • shift by -2 to 2 voxels along x and y axis

#####3D Shape Net

Steps:

  1. Get ModelNet 3D CAD Data & Read & Transform if necessary
  2. Build VoxNet
  3. Build ShapeNet
  4. Train, Validate & Tune
  • Not Sure if Cross Validation works with the mix of 3D Training and 2.5D Validation Data, but i guess there is someway
  • Depending on how much parameters are left to tune and how much GPU power we have this might take a while (it took them 2 days for 40 objects on a cluster)
  1. Test on Spare Data and try to recreate Experiment from Wu et al. & Maturana et al.
  2. optional Maybe try to get some Point Cloud Data from Tango Tablet and test Models against that

useful:

TensorFlow (www.tensorflow.org)

deep-3d-obj-recognition's People

Contributors

adrischn avatar voswaldj avatar tobiagru avatar

Watchers

James Cloos avatar  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.