Skip to content

Releases: devrimcavusoglu/pybboxes

0.2.0

07 Oct 07:24
2cd7b1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.6...0.2.0

v0.1.6

29 Dec 21:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...0.1.6

v0.1.5

14 Aug 14:33
Compare
Choose a tag to compare

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: 0.1.4...0.1.5

v0.1.4

23 Jul 12:00
f6d69a6
Compare
Choose a tag to compare

New Features

OOB boxes are now easier to handle. Further read Out-of-bounds Boxes.

What's Changed

Full Changelog: 0.1.3...0.1.4

v0.1.3

08 Jul 09:15
3a20324
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

v0.1.2

27 Jun 09:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

v0.1.1

18 Jun 08:03
451b85b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

v0.1.0

08 Jun 11:20
dd4598c
Compare
Choose a tag to compare

New Features 🔥

Box objects: with auto box object you can create bounding box from any type you want easily.
Box operation: Now +, -, *, / are supported between box objects (BoundingBox).
Important: Functional computations and conversion is moved under pybboxes.functional.

What's Changed

Full Changelog: 0.0.2...0.1.0

v0.0.2

01 May 02:48
d9ecfa6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

v0.0.1

01 May 02:26
15cb419
Compare
Choose a tag to compare

Initial release of pybboxes

  • Support for bounding box types:
    • Albumentations
    • COCO
    • FiftyOne
    • Pascal VOC
    • YOLO
  • Support for area computations (area, intersection, union, iou).