Video and Webinar Series

Lidar Code-Along Tutorial

Load Point Cloud Data Learn how to load point cloud data as a FileDatastore with the pcread function, load bounding box labels using the boxLabelDatastore function, and split training and testing sets.

Modify the Network Learn how to split a data set into training and test sets, randomly add a fixed number of car and truck class objects to every point cloud, and use augmentation techniques such as flipping, scaling, rotation, and translation.

Define the Network Define anchor boxes, pillars for the PointPillars network, and PointPillars network.

Train the Network Learn how to test PointPillars network on test dataset, run the detector on the test point cloud, and display detected output point cloud with bounding boxes.

Generate Detections Learn how to use the trained network to detect objects in the test data.