Git Product home page Git Product logo

3d-convolutional-neural-networks-with-lidar's Introduction

#################################
#Code and saved 3D neural networks used in:
#
#Ayrey E. and Hayes D. (2018) "The Use of Three-Dimensional Convolutional Neural Networks to Interpret LiDAR for Forest Inventory" Remote Sensing
#
#################################
The models and scripts provided here are intended to help users develop a LiDAR forest inventory using convolutional neural networks rather than height metrics and linear modelling. These neural networks have been adapted from 2D versions which have been tremendously successful at interpreting images of cats (and also helping self-driving cars navigate). They perform considerably better than traditional LiDAR-inventory approaches provided the dataset is large and robust.

	-The point_cloud_voxelizer.py script is a good place to start. Here normalized point clouds are read in and voxelized for analysis. The output of this script is a numpy array with values corresponding to the number of points within each voxel. This script is necessary to run any 3D convolutional neural network since voxels are needed to run filters over the data.

	-The InceptionV3-3D_Neural_Network contains code needed to train a 3D Inception-based model for predicting forest attributes from LiDAR, or retrain existing models. This was the best performing model in the paper. Model saves are also provided for warm-starting.

	-The Lenet-3D_Neural_Network contains code to train a 3D LeNet-based model.

	-Other-3D_Neural_Network_Implementations contain the code for Alexnet, Resnet, and Googlenet models. 

	-Parametric_Modelling contains data and code to train traditional LiDAR forest inventory models using height metrics extracted from the USFS's FUSION and both Random Forest and Linear Mixed Models. Results and additional material are also in here.

Please contact me with any questions at [email protected]. I'm happy to help with simple problems or consult on the creation of new models. I also have better performing models than these that I might be able to share (not published yet).

Sorry the code is poorly formatted and a bit dense. I'm just a grad student trying to get the job done ASAP!

3d-convolutional-neural-networks-with-lidar's People

Contributors

eayrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.