Skip to content

mshtang/RFpointcloud

Repository files navigation

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

About

This repo is dedicated to the code for the master thesis "Semantic classification of 3D point cloud using implicit random forest feature learning".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published