Skip to content

Releases: devrimcavusoglu/pybboxes

0.2.0

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 07 Oct 07:24
2cd7b1b

What's Changed

New Contributors

Full Changelog: 0.1.6...0.2.0

v0.1.6

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 29 Dec 21:23

What's Changed

New Contributors

Full Changelog: 0.1.5...0.1.6

v0.1.5

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 14 Aug 14:33

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

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 23 Jul 12:00
f6d69a6

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

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 08 Jul 09:15
3a20324

What's Changed

Full Changelog: 0.1.2...0.1.3

v0.1.2

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 27 Jun 09:11

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

v0.1.1

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 18 Jun 08:03
451b85b

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

v0.1.0

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 08 Jun 11:20
dd4598c

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

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 01 May 02:48
d9ecfa6

What's Changed

Full Changelog: 0.0.1...0.0.2

v0.0.1

Choose a tag to compare

@devrimcavusoglu devrimcavusoglu released this 01 May 02:26
15cb419

Initial release of pybboxes

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