Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.4.0 - refactor and hdf5 datamodule #33

Merged
merged 44 commits into from
Aug 23, 2022

Conversation

CharlesGaydon
Copy link
Collaborator

@CharlesGaydon CharlesGaydon commented Aug 23, 2022

Key Changes :

  • Validation (test/val) IoUs are computed on the interpolated sample instead of the subsampled one, which takes longer but gives more meaningful information during training. This means that preparation transforms are defined separately for training, eval (val/test), and prediction.
  • HDF5 datasets for training/evaluation, and Inference dataset that uses part of the code. Overall simplification of data preparation. It now happens on the fly, and input is a folder of LAS + a csv file with basename (xyz.las) x split pairs (split=train/val/test).
  • Only keep RandLaNet to ease maintenance, as other architectures are not used.
  • Only keep FrenchLidarHD points_pre_transforms, as Swiss data is not used.
  • Get rid of unnecessary, sometimes long tests, that are a burden to maintain (overfitting test in particular).

All changes are retrocompatible with previous models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant