Changelog
All notable changes to this project will be documented in this file.
[0.1.7]
Added
- updated docs with correct import of NMS algorithm.
- updated
README.md
with correct import of NMS algorithm. - reimplemented
utils
to handleZeroDivisionError
errors.
[0.1.6]
Added
- Working Pypi upload structure
[0.1.5]
PyPi tests
[0.1.4]
PyPi tests
[0.1.3]
Added
- Pypi Publish Github Actions modified
[0.1.2]
Added
- CI/CD adjustments for the project in github actions.
- docs references repair.
- docs doc-strings examples corrected
- docs creation github action repair.
[0.1.1]
Added
- PolyGoneNMS library for efficient and distributed polygon Non-Maximum Suppression (NMS).
- Support for different NMS methods: Default, Soft, and Class Agnostic.
- Support for various intersection methods: IOU, IOS, and Dice.
- R-tree data structure for efficient spatial indexing and querying.
- Distributed processing support using Ray and Dask.
- Comprehensive documentation and examples.
- Unit and integration tests for the library.
- Pre-commit hooks, GitHub Actions, and other CI/CD configurations.