Releases: obss/sahi
Releases · obss/sahi
0.11.19
0.11.18
What's Changed
- add yolov8 mask support, improve mask processing speed by 4-5x by @mayrajeo in #1039
- fix has_mask method for mmdet models by @Alias-z in #1054
- Fix
TypeError: 'GeometryCollection' object is not subscriptable
when slicing COCO by @Alias-z in #1047 - support opencv-python version 4.9 by @iokarkan in #1041
- add upperlimit to numpy dep by @fcakyon in #1057
- add more unit tests by @MMerling in #1048
- upgrade ci actions by @fcakyon in #1049
New Contributors
- @iokarkan made their first contribution in #1041
- @MMerling made their first contribution in #1048
- @Alias-z made their first contribution in #1047
Full Changelog: 0.11.16...0.11.18
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
v0.11.15
What's Changed
- add more yolov8 download utils by @pranavdurai10 in #887
- add learnopencv research article url into readme by @pranavdurai10 in #892
- update supergradients version in tests by @fcakyon in #894
- added yolov8x download utils + update README.md by @pranavdurai10 in #898
- Replace mmdet v2 for v3 by @i-aki-y in #893
- Update README.md by @pranavdurai10 in #925
- fix continious integration workflows by @fcakyon in #963
- Self-intersection handling by @sergiev in #961
- Slicing: Quality focused default image format selection and jpg quality by @jokober in #956
- update version by @fcakyon in #964
New Contributors
- @pranavdurai10 made their first contribution in #887
- @i-aki-y made their first contribution in #893
- @sergiev made their first contribution in #961
- @jokober made their first contribution in #956
Full Changelog: 0.11.14...0.11.15
0.11.14
What's Changed
- support Deci-AI YOLO-NAS models by @ssahinnkadir in #874
- Significant speed improvement for Detectron2 models by @MyosQ in #865
- support ultralytics>=8.0.99 by @eVen-gits in #873
- Documentation typo, and missing value by @Hamzalopode in #859
- update version by @fcakyon in #876
- update black version by @fcakyon in #877
New Contributors
- @Hamzalopode made their first contribution in #859
- @eVen-gits made their first contribution in #873
- @MyosQ made their first contribution in #865
Full Changelog: 0.11.13...0.11.14
v0.11.13
What's Changed
- Add hide labels/confidence by @aphilas in #844
- Add support for sparse YOLOv5 models by @mwitiderrick in #848
- Add support for DeepSparse dynamic image pipelines by @mwitiderrick in #850
- fix package testing by @fcakyon in #853
New Contributors
- @aphilas made their first contribution in #844
- @mwitiderrick made their first contribution in #848
Full Changelog: 0.11.12...0.11.13
v0.11.12
What's Changed
- update readme by @fcakyon in #825
- update yolov5 in tests by @fcakyon in #826
- fix coco2yolov5 cli by @fcakyon in #828
- from_coco_dict_or_path, added threading for processing coco_dict["images"] by @ilkermanap in #827
- update yolo in tests by @fcakyon in #829
- update mmdet in tests by @fcakyon in #830
- Add yolov8 to SAHI by @NguyenTheAn in #833
- Added heuristic for bounding bbox ordering by @MLDovakin in #835
- update citation info by @fcakyon in #837
- Fix RGB channel ordering for yolov8 by @mayrajeo in #836
- update minor version by @fcakyon in #842
New Contributors
- @ilkermanap made their first contribution in #827
- @NguyenTheAn made their first contribution in #833
- @MLDovakin made their first contribution in #835
- @mayrajeo made their first contribution in #836
Full Changelog: 0.11.11...0.11.12
v0.11.11
v0.11.10
What's Changed
- Update requirements.txt by @dean-wetherby-simplisafe in #802
- fix pybboxes version by @fcakyon in #803
- improve coco to yolov5 conversion by @fcakyon in #805
- increase version by @fcakyon in #806
New Contributors
- @dean-wetherby-simplisafe made their first contribution in #802
Full Changelog: 0.11.9...0.11.10