Changelog

Version 2.0.0

Notable changes

  • torch is now used instead of numpy for controlling the randomness in transforms.

  • New LighthningModule PCDLit, which supports customization for optimizer and scheduler.

  • New storing scheme for point clouds, stored as plain .npy files instead of a single .npz file.

Added in version 2.0.0:

Changed in version 2.0.0:

Removed in version 2.0.0:

  • Jitter, use RandomJitter instead.

  • models to simplify codebase and improve project structure.

  • PointLit, use PCDLit instead.

  • Identity since it is equivalent to torch.nn.Identity (and thus redundant).

Version 1.0.0

🎂 First release for public usage.