This gihub repository contains the code to train and test Random Forest models for point cloud classification as mention in the thesis of Manos Papageorgiou. The thesis is submitted to the Delft Univerity of Technology in partial fulfillment of the requirements for the degree of Master of Science in Geomatics. Defended on September 14, 2021.
Supervisors:
- Ravi Peters
- Weixiao Gao
TU Delft Repository link
Download the datasets from the link provided in the data folder.
Install dependencies with
pip install -r requirements.txtRun train_RFC_AHN3.py to train a Random Forest.
Run test_RFC_AHN3.py to test the Random Forest.