Documentation of segment-lidar
GitHubGeomatics Unit
  • Getting started
  • Installation
  • TUTORIAL
    • Prerequisites
    • Sample data
    • Basic usage
    • Configuration
  • INFORMATION
    • API
    • Citation
    • License
Powered by GitBook
On this page

Was this helpful?

  1. TUTORIAL

Prerequisites

segment-lidar v0.1.5

PreviousInstallationNextSample data

Last updated 1 year ago

Was this helpful?

In this tutorial, you will learn how to use the segment_lidar module for automatic unsupervised instance segmentation of LiDAR data.

Before getting started, make sure you have the following:

  1. Python installed on your system.

  2. The segment_lidar module installed. You can install it using pip:

pip install segment-lidar

For more information on how to install the module, please refer to the page.

installation