Giter Club home page Giter Club logo

deep-learning-normal-estimation's Introduction

Unstructured Point Cloud Normal Estimation Using Deep Learning

image

The model estimates for the normals of a synthetically generated pyramid. In this test example the pyramid point cloud is noisy and the CNN still has accurate results

Problem Statement

Many point cloud processing applications have a better performance when the normals for the point cloud are correctly estimated. Normal estimation is the process of predicting the normal for each point in the cloud. This process is easy on flat surfaces but can be harder on noisy data and surfaces with sharp features and point density variations. Data captured with LiDAR, photogrammetry or other point cloud capturing techniques are usually noisy, present a lot of sharp features and have sample density variations. Boulch and Marlet present a new method for normal estimation that tries to address all these problems on surfaces with sharp edges in their work "Alexandre Boulch and Renaud Marlet “Deep learning for robust normal esti- mation in unstructured point clouds”. In: Computer Graphics Forum. Vol. 35. 5. Wiley Online Library. 2016, pp. 281–290."

The code in this repository is an implementation of their work.

Paper Summary

The method includes a randomised Hough Transform that is created for each point and a Convolutional Neural Network that learns the function that maps the Hough Accumulator to its normal. Generally, the process can break down to several steps. First there is the Hough Transformation that transforms the data to Hough Space and a voting scheme to create a hough accumulator, then there’s the training data generation process to create the training samples for the network to learn, and finally, there’s the Convolutional Neural Network architecture along with the training algorithm.

Run the code

It is strongly encouraged to run the notebook in google colab using the link below:

https://colab.research.google.com/drive/17GuMRSDZRqLGLsqnzcitI3KL9p5RQ5gp?usp=sharing

If you want to run locally > Recquired environment libraries:

numpy
plotly
scipy
sklearn
trimesh
pandas
tqdm
pytorch
matplotlib

Read the report

For more information please read the report

deep-learning-normal-estimation's People

Contributors

cchadj avatar

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.