IGNF / myria3d

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

updated lidar_hd_pre_transform function #118

Open liubigli-tcp opened 3 months ago

liubigli-tcp commented 3 months ago

Hello!

Thank you very much for publishing this framework! It is really amazing!

I have created this pull request to allow any user to work with point clouds that have custom sets of features. With this commit, the user specifies the list of point cloud features in its dataset_description yaml file. Let assume that the point clouds in your dataset don't have any color information, the user can simply pass an empty list in the color_keys and updates the number of input features (d_in) and that's all.

Please let me know if this could be of any interest to you :)