Prerequisites

segment-lidar v0.1.5

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 installation page.

Last updated