What's Changed
* add yolov8 mask support, improve mask processing speed by 4-5x by mayrajeo in https://github.com/obss/sahi/pull/1039
* fix has_mask method for mmdet models by Alias-z in https://github.com/obss/sahi/pull/1054
* Fix `TypeError: 'GeometryCollection' object is not subscriptable` when slicing COCO by Alias-z in https://github.com/obss/sahi/pull/1047
* support opencv-python version 4.9 by iokarkan in https://github.com/obss/sahi/pull/1041
* add upperlimit to numpy dep by fcakyon in https://github.com/obss/sahi/pull/1057
* add more unit tests by MMerling in https://github.com/obss/sahi/pull/1048
* upgrade ci actions by fcakyon in https://github.com/obss/sahi/pull/1049
New Contributors
* iokarkan made their first contribution in https://github.com/obss/sahi/pull/1041
* MMerling made their first contribution in https://github.com/obss/sahi/pull/1048
* Alias-z made their first contribution in https://github.com/obss/sahi/pull/1047
**Full Changelog**: https://github.com/obss/sahi/compare/0.11.16...0.11.18