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

fix: support edge case where src LAZ has no valid patch #86

Closed CharlesGaydon closed 10 months ago

CharlesGaydon commented 10 months ago

Handling a special case, usually due to invalid input data but that can also happen in normal situations.

I also correct a line for the deletion of incomplete hdf5 group. The wrong group was deleted, which would just mean starting the whole creation of hdf5 groups for a split (train/test/val) instead of resuming to where the creation was stopped.

CharlesGaydon commented 10 months ago

STATUS: en attente de validation que le fix fonctionne

CharlesGaydon commented 10 months ago

Validé par @MichelDaab. @leavauchier Revue pour info, et on peut merger si ça te semble bon ! :)

CharlesGaydon commented 10 months ago

Merci !