Skip to content

Releases: IGNF/myria3d

V1.6.13 - Fix

04 Apr 13:23
Compare
Choose a tag to compare

Fixes possible side effects when changing probas to save at predict time.

What's Changed

Full Changelog: V1.6.11...V1.6.13

V1.6.11

24 Mar 10:01
Compare
Choose a tag to compare

Output LAS format is fixed to point format 8.

Refer to https://github.com/IGNF/lidar-deep-segmentation/releases/tag/V1.6.3 for trained model and config assets.

What's Changed

Full Changelog: V1.6.3...V1.6.10

V1.6.10

23 Mar 16:05
1797c01
Compare
Choose a tag to compare
V1.6.10 Pre-release
Pre-release

Code is now robust to extra bytes that are created during lidar acquisition or by TerraScan.

Refer to https://github.com/IGNF/lidar-deep-segmentation/releases/tag/V1.6.3 for trained model and config assets.

What's Changed

Full Changelog: V1.6.3...V1.6.10

V1.6.3

22 Mar 09:24
Compare
Choose a tag to compare

This makes the 50% overlap between successive receptive fields the default. Inference takes longer (times (1/0.5)² = 4), but prediction are more homogeneous: there are fewer artifacts and less noise.
A new building model is attached that was trained using GridSampling, with equivalent performances (86% IoU), for the sake of coherence with data preparation at predict time.

Full Changelog: V1.6.2...V1.6.3

V1.6.2

14 Mar 15:00
Compare
Choose a tag to compare

Changes :
Test and Predict now share a common logic based on KNN interpolation of all available inference results, in a way that is agnostic to how they were obtained and if there are unique or not. Testing a model enables a full evaluation of the IoU without approximation, as labels for all points are used instead of those of subsampled points. Therefore, various combinations of cloud subsampling, interpolation methods, and subtile overlaps can be compared in a robust way.

Discussion:
We observe that with a previously trained model (same as in V1.0.0), KNN with k=10 points at inference time combined with grid sampling can improve IoU of up to 1.5%pts at almost no cost. This config therefore becomes the new default. Best improvements come from interpolation using KNN (k=10) on overlapping subtitles (up to 5%pts of improvement). This has at a high cost, virtually doubling (if overlap=25m) or quintupling (overlap=40) the number of needed data pass.

Full Changelog: V1.6.0...V1.6.2

V1.0.0

08 Feb 17:18
Compare
Choose a tag to compare

What's Changed

Functional training/prediction ready-to-use repo.

Full Changelog: https://github.com/IGNF/lidar-deep-segmentation/commits/V1.0.0