What's New 🔥
- **Scale:** Now you can scale your bounding boxes with respect to the area.
- **Clamp:** Out-of-bounds bounding boxes can easily be clamped to the image borders.
- Generic box ops can now be easily added (covering all box types) through abstraction.
What's Changed ❗ 👀
- **Strictness is changed.** Starting from this version, `strict` parameter's default value is set as `False` (formerly `True`).
**Full Changelog**: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.4...0.1.5