v0.11.16
What's Changed
- Update README.md by @fcakyon in #966
- Updated the constant variables for Yolov8 by @AmoghDhaliwal in #917
- Slicing: add unique slice index number to output file name by @jokober in #943
- update version by @fcakyon in #967
- Correcting type hints for
get_slice_bboxes()
. by @S-aiueo32 in #930 - Correcting
slice_image()
by @S-aiueo32 in #931 - Customize YOLOv8 image_size & device + Allow Saving Slices by @lakshaymehra in #929
- fix package testing workflow paths by @fcakyon in #968
- remove detectron2 from package tests by @fcakyon in #979
- ONNX runtime support by @karl-joan in #922
- Fix RLE when segmentation is None by @bobyard-com in #996
- update functions docstrings and type hinting by @fcakyon in #1016
- fix postprocess type options description by @williamlung in #1013
- revert back package version by @fcakyon in #1017
- Improve printout readability by @jacobmarks in #1009
- improve readme by @fcakyon in #1018
- remove an unused list in postprocess by @developer0hye in #1002
- add more contributors to readme by @fcakyon in #1019
- add more contributors to readme by @fcakyon in #1020
- Adds link to new FiftyOne tutorial by @jacobmarks in #1023
- RTDETR implementation by @edugzlez in #940
- Improve yolov8 config by @GuillaumeBruand in #988
- update readme by @fcakyon in #1034
- relax opencv version by @fcakyon in #1035
- disable slice export by default by @fcakyon in #1036
- remove quality param in slice export due to errors by @fcakyon in #1037
- fix for using bgr image in inference instead of rgb by @bilkosem in #1022
New Contributors
- @AmoghDhaliwal made their first contribution in #917
- @S-aiueo32 made their first contribution in #930
- @lakshaymehra made their first contribution in #929
- @karl-joan made their first contribution in #922
- @bobyard-com made their first contribution in #996
- @williamlung made their first contribution in #1013
- @jacobmarks made their first contribution in #1009
- @developer0hye made their first contribution in #1002
- @edugzlez made their first contribution in #940
- @GuillaumeBruand made their first contribution in #988
- @bilkosem made their first contribution in #1022
Full Changelog: 0.11.15...0.11.16