All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added canonicalization with optimization approach.
- Added evaluating transfer learning capabilities of canonicalizer.
- Added pull request template.
- Added test for discrete invert canonicalization.
- Fixed segmentation evaluation for non-identity canonicalizers.
- Fixed minor bugs in inverse canonicalization for discrete groups.
- Updated
README.md
with Improved Canonicalization for Model Agnostic Equivariance (EquiVision, CVPR 2024 workshop) paper details. - Updated
CONTRIBUTING.md
with more information on how to run the code checks. - Changed the OS used to test Python 3.7 on GitHub actions (macos-latest -> macos-13).
- Operating system classifier in
setup.cfg
. - Replaced
escnn
dependency withe2cnn
.
- Initial version of project on GitHub.