Recent Releases of https://github.com/devrimcavusoglu/pybboxes
https://github.com/devrimcavusoglu/pybboxes - 0.2.0
What's Changed
- Badge updated. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/31
- Support for
from_array()to take multidimension input. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/10 - Annotation file support by @gauravparajuli in https://github.com/devrimcavusoglu/pybboxes/pull/32
- Prepare release by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/33
- CI test script updated. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/34
New Contributors
- @gauravparajuli made their first contribution in https://github.com/devrimcavusoglu/pybboxes/pull/32
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.6...0.2.0
- Python
Published by devrimcavusoglu over 1 year ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.6
What's Changed
- flake8 python3.7 fix. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/26
- added download badges. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/25
- Drop support for Python3.6 by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/30
- Update setup.py by @dean-wetherby-simplisafe in https://github.com/devrimcavusoglu/pybboxes/pull/29
New Contributors
- @dean-wetherby-simplisafe made their first contribution in https://github.com/devrimcavusoglu/pybboxes/pull/29
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.5...0.1.6
- Python
Published by devrimcavusoglu about 3 years ago
https://github.com/devrimcavusoglu/pybboxes - 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,
strictparameter's default value is set asFalse(formerlyTrue).
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.4...0.1.5
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.4
New Features
OOB boxes are now easier to handle. Further read Out-of-bounds Boxes.
What's Changed
- OOB box handles are fixed. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/19
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.3...0.1.4
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.3
What's Changed
- pyhumps dependency removed, by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/18
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.2...0.1.3
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.2
What's Changed
- Added shift method by @harshraj22 in https://github.com/devrimcavusoglu/pybboxes/pull/9
- add manifest file to include reqs.txt in sdist by @fcakyon in https://github.com/devrimcavusoglu/pybboxes/pull/17
New Contributors
- @harshraj22 made their first contribution in https://github.com/devrimcavusoglu/pybboxes/pull/9
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.1...0.1.2
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.1
What's Changed
- Missing installation part for contributing updated. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/12
- add python3.6 support by @fcakyon in https://github.com/devrimcavusoglu/pybboxes/pull/13
- README.md updated with future Python3.8 notice. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/15
New Contributors
- @fcakyon made their first contribution in https://github.com/devrimcavusoglu/pybboxes/pull/13
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.1.0...0.1.1
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.1.0
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
- Patch box objects by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/6
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.0.2...0.1.0
- Python
Published by devrimcavusoglu over 3 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.0.2
What's Changed
- Doc refactoring. by @devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/2
Full Changelog: https://github.com/devrimcavusoglu/pybboxes/compare/0.0.1...0.0.2
- Python
Published by devrimcavusoglu almost 4 years ago
https://github.com/devrimcavusoglu/pybboxes - v0.0.1
Initial release of pybboxes - Support for bounding box types: - Albumentations - COCO - FiftyOne - Pascal VOC - YOLO - Support for area computations (area, intersection, union, iou).
- Python
Published by devrimcavusoglu almost 4 years ago