IGNF / myria3d

Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning
https://ignf.github.io/myria3d/
BSD 3-Clause "New" or "Revised" License
169 stars 23 forks source link

⚠️ Clouds need to be colorized (RGB+NIR) and there is an open pip package to do so! #75

Closed CharlesGaydon closed 1 year ago

CharlesGaydon commented 1 year ago

The package ign-pdal-tools gives some tools for colorization (RGBNIR) via the command: pdaltools.color.color(raw_las_path, colorized_las_path).

It can be pip installed easily. Dependencies (pdal, python-pdal, and gdal mostly) currently need to be manually installed.

lobnico commented 1 year ago

Thank you so much that's a feature I needed !