Skip to content

V3.0.2 - PyG-based implementation of RandLA-Net

Pre-release
Pre-release
Compare
Choose a tag to compare
@CharlesGaydon CharlesGaydon released this 07 Feb 06:13
· 191 commits to main since this release

Re-Implementation of the model in the Pytorch-Geometric framework - validated by the PyG community via a PR.

This enables to feed the model with variable size point clouds, and avoids data degradation due to subsampling, which significantly helps model accuracy.

What's Changed

Full Changelog: V2.4...V3.0.2