Giter VIP home page Giter VIP logo

multi_layer_vegetation's Introduction

Multi-Layer Modeling of Dense Vegetation from Aerial LiDAR Scans

This repository contrains code and dataset for the article "Multi-Layer Modeling of Dense Vegetation from Aerial LiDAR Scans", CVPR 2022, Earth Vision Workshop.

Dataset

The WildForest3D dataset contains 29 plots of dense forest, with 7 million 3D points and 2.1 million individual labels. The study area is located in the heavily forested French region of Aquitaine, and was scanned using a LiDAR installed on unmanned aerial vehicle with an average of 60 pulses per m². Each point is associated with its coordinates in Lambert-93 projection, the intensity value of returned laser signal, and the echo return number. The elevation of the points is given using a digital elevation model, such that the ground points are always at z=0m.

The dataset is located in WildForest3D folder. The dataset structure is the following:

  • data_point_clouds - contains 29 folders Placette_XX organized by plot ID, each of these folders contains *.ply point clouds and corresponding *.csv files with the parameters of each individual tree/bush instance. The *.ply file contains clipped plots with annotated point clouds, the points are annotated in an instance-wise way, so that each point contains the following information : XYZ coordinates, intensity value, echo return number, and the ID of the instance the point belongs to. ID=0 corresponds to a non-annotated point. The information about each instance (its class, height, crown base height, etc) is contained in the *.csv files. Pl_XX_final_trees.csv contains the original tree class codes, while in Pl_XX_final_trees_cat.csv those classes transformed into categories so it can be usable for model training. Using the script utils/open_ply_all.ply we can generate the 6 classes dataset that was used in the article.
  • stratum_coverage_2D - folder with GeoTIFF ground truth rasters generated from 3D point clouds (see the article)

Model

Postprocessing

multi_layer_vegetation's People

Contributors

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