Open3D-ML icon indicating copy to clipboard operation
Open3D-ML copied to clipboard

Fix issues #609, #649 and correct RandLA-Net preprocessing

Open lkpopo opened this issue 6 months ago • 0 comments

Summary

This PR fixes the following issues and improves data preprocessing:

  1. Issues #609, #649:

    • Adjusted log printing positions.
    • Corrected data type conversions.
  2. 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.

lkpopo avatar Aug 28 '25 05:08 lkpopo