All notable changes to this project will be documented in this file.
- updated docs with correct import of NMS algorithm.
- updated
README.md
with correct import of NMS algorithm. - reimplemented
utils
to handleZeroDivisionError
errors.
- Working Pypi upload structure
PyPi tests
PyPi tests
- Pypi Publish Github Actions modified
- CI/CD adjustments for the project in github actions.
- docs references repair.
- docs doc-strings examples corrected
- docs creation github action repair.
- 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.