v0.1.5
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 asFalse
(formerlyTrue
).
Full Changelog: 0.1.4...0.1.5