Open3D-ML
Open3D-ML copied to clipboard
Fix issues #609, #649 and correct RandLA-Net preprocessing
Summary
This PR fixes the following issues and improves data preprocessing:
-
Issues #609, #649:
- Adjusted log printing positions.
- Corrected data type conversions.
-
RandLA-Net preprocessing:
- Applied the intended data augmentation that was missing.
- Fixed precision issues for large point coordinates by converting to float64 before processing, then back to float32.
Notes
- No changes to model architecture.
- Only fixes bugs and improves preprocessing reliability.