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

Uncolored clouds and PointNet baseline #132

Open Vynikal opened 2 weeks ago

Vynikal commented 2 weeks ago

Uncolored clouds

The motivation is to use the model as an augmentation of FLAIR dataset without using inaccurate cloud colorizing. As the attributes are different, it's necessary to write a new dataset description and pre-transform. Also rgb normalizing is now conditional to to rgb attribute. NoRGB separate experiments were created.

PointNet baseline

Taking advantage of the modular design of Myria3D, just another model to compare with, nothing more, nothing less. Also coming with the NoRGB variant.

The two NoRGB models were trained and tested, more info in the forked repository readme, also including trained checkpoints.

It might not be perfect, feel free to point out the issues.