Skip to content

This repostiory contains the code used in the publication "Classification of Tree Species and Standing Dead Trees with Lidar Point Clouds using two Deep Neural Networks: PointCNN and 3DmFV-Net"

License

Notifications You must be signed in to change notification settings

hellwue/TreeSpeciesClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeSpeciesClassification

This repostiory contains the code used in the publication Classification of Tree Species and Standing Dead Trees with Lidar Point Clouds using two Deep Neural Networks: PointCNN and 3DmFV-Net.

Disclaimer

All code was originally written for the master's thesis titled "Tree Species Classification Using Deep Neural Networks on Lidar Point Clouds", which the aforementioned paper is based on. Application of this code to other data was not in mind and a lot of things are hard coded. This was my very first project concerning deep learning. This should just be viewed as research code and nothing that should go into production. I learned a lot from it and in the future there will be more structured code and experiments.

Everything was originally copied to different folders to run the experiments. For some experiments the python files were edited. So this is more a dump of the relevant file, rather than something with a usuable structure.

About the networks

Two deep learning networks were used in this thesis: PointCNN and 3DmFV-Net. Both networks are implemented in PyTorch.

About the data

The used data input for the networks are segmented trees, which contain each 1,024 3D-points (x, y, z). The point clouds of a tree are all centered around their mean and scaled uniformly to fit into a unit sphere. These points can have more features, like the intensity of the returning laser pulse, the normals, or multispectral information.

The data was given as segmented trees, already preprocessed, in HDF Format.

Requirements

Everything was done using Python, PyTorch, PyTorch Geometric, and PyTorch Lightning.

  • Python == 3.6.12
  • PyTorch == 1.6.0
  • PyTorch Lighning == 1.0.2
  • PyTorch Geometric == 1.6.1

About

This repostiory contains the code used in the publication "Classification of Tree Species and Standing Dead Trees with Lidar Point Clouds using two Deep Neural Networks: PointCNN and 3DmFV-Net"

Topics

Resources

License

Stars

Watchers

Forks

Languages