Giter Club home page Giter Club logo

rfpointcloud's Introduction

The repo stores the code accompanying to my master thesis "Semantic Classification of 3D Point Cloud by Random Forest-based Feature Learning". The code can by no means used directly in a prodution environment because the focus of the project to verify a novel idea, which is, to make use of the feature learning capability at a leaf node in a tree to automatically choose the feature that can split the data points optimally. To improve the final results, many tree (a forest) is combined. This technique is one example of the ensemble learning methods.

The code is not reviewed by a third party, so it's not well-organized or optimized. Some basic operations, such as point cloud IO, can be replaced by Point Cloud Library. Bugs are expected.

Workflow:

workflow

Test result:

The dataset in test is Oakland 3-D Point Cloud Dataset

Ground truth:

oak_truth_part1

Prediction:

oak_predict_part1

Confusion Matrix:

Screenshot 2021-02-07 205458 For more details, please refer to the pdf.

In order to run the code:

Place the dataset under the 'dataset' directory and update the path in main.cpp (line 17/18/39) The current files found in the dataset directory are toy datasets used for testing during the developing of the programm. (Further todo: input these parameters as command arguments)

Modify the directives concerning the dependent Eigen libary in the Sample.h, InOut.h and utils.h

rfpointcloud's People

Contributors

mshtang avatar

Watchers

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