Skip to content

Conversation

lkpopo
Copy link

@lkpopo lkpopo commented Aug 28, 2025

Summary

This PR fixes the following issues and improves data preprocessing:

  1. Issues TypeError: unhashable type: 'numpy.ndarray' when saving test results with Custom3D dataset #609, Summarize the question. (e.g., "How to do inference on custom dataset ? ") #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.

…org#649)

- Correct RandLA-Net preprocessing: apply augmentation and convert large coordinates safely
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