Tag: lidar
All the articles with the tag "lidar".
Semantic Segmentation of Point Clouds with PointNet++
Published: at 12:30 PMA practical guide to semantic segmentation of 3D point clouds with PointNet++. Learn why point clouds are hard for neural networks, how PointNet++ builds a hierarchical feature representation with sampling and grouping, and how to implement the key building blocks in PyTorch, with a worked example on the S3DIS indoor dataset.
Processing Point Clouds with PDAL
Published: at 10:00 AMA practical introduction to PDAL (Point Data Abstraction Library) for processing LiDAR point clouds. Learn the pipeline model, run filters from the command line and JSON, and integrate PDAL with Python and NumPy.
Introduction to .LAS and .LAZ Point Cloud Formats
Published: at 10:21 AMAn introduction to the .LAS and .LAZ point cloud formats used in LiDAR data processing, including their features, benefits, and conversion methods. Learn how to work with LAS files using the laspy library in Python.