Sahi

Latest version: v0.11.19

Safety actively analyzes 682334 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 16

0.11.19

What's Changed
* fix ci actions by fcakyon in https://github.com/obss/sahi/pull/1073
* Update has_mask method for mmdet models (handle an edge case) by ccomkhj in https://github.com/obss/sahi/pull/1066
* Another self-intersection corner case handling by sergiev in https://github.com/obss/sahi/pull/982
* Update README.md by fcakyon in https://github.com/obss/sahi/pull/1077
* drop non-working yolonas support by fcakyon in https://github.com/obss/sahi/pull/1097
* drop yolonas support part2 by fcakyon in https://github.com/obss/sahi/pull/1098
* Update has_mask method for mmdet models (handle ConcatDataset) by ccomkhj in https://github.com/obss/sahi/pull/1092

New Contributors
* ccomkhj made their first contribution in https://github.com/obss/sahi/pull/1066

**Full Changelog**: https://github.com/obss/sahi/compare/0.11.18...0.11.19

0.11.18

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

0.11.16

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

New Contributors
* AmoghDhaliwal made their first contribution in https://github.com/obss/sahi/pull/917
* S-aiueo32 made their first contribution in https://github.com/obss/sahi/pull/930
* lakshaymehra made their first contribution in https://github.com/obss/sahi/pull/929
* karl-joan made their first contribution in https://github.com/obss/sahi/pull/922
* bobyard-com made their first contribution in https://github.com/obss/sahi/pull/996
* williamlung made their first contribution in https://github.com/obss/sahi/pull/1013
* jacobmarks made their first contribution in https://github.com/obss/sahi/pull/1009
* developer0hye made their first contribution in https://github.com/obss/sahi/pull/1002
* edugzlez made their first contribution in https://github.com/obss/sahi/pull/940
* GuillaumeBruand made their first contribution in https://github.com/obss/sahi/pull/988
* bilkosem made their first contribution in https://github.com/obss/sahi/pull/1022

**Full Changelog**: https://github.com/obss/sahi/compare/0.11.15...0.11.16

0.11.15

What's Changed
* add more yolov8 download utils by pranavdurai10 in https://github.com/obss/sahi/pull/887
* add learnopencv research article url into readme by pranavdurai10 in https://github.com/obss/sahi/pull/892
* update supergradients version in tests by fcakyon in https://github.com/obss/sahi/pull/894
* added yolov8x download utils + update README.md by pranavdurai10 in https://github.com/obss/sahi/pull/898
* Replace mmdet v2 for v3 by i-aki-y in https://github.com/obss/sahi/pull/893
* Update README.md by pranavdurai10 in https://github.com/obss/sahi/pull/925
* fix continious integration workflows by fcakyon in https://github.com/obss/sahi/pull/963
* Self-intersection handling by sergiev in https://github.com/obss/sahi/pull/961
* Slicing: Quality focused default image format selection and jpg quality by jokober in https://github.com/obss/sahi/pull/956
* update version by fcakyon in https://github.com/obss/sahi/pull/964

New Contributors
* pranavdurai10 made their first contribution in https://github.com/obss/sahi/pull/887
* i-aki-y made their first contribution in https://github.com/obss/sahi/pull/893
* sergiev made their first contribution in https://github.com/obss/sahi/pull/961
* jokober made their first contribution in https://github.com/obss/sahi/pull/956

**Full Changelog**: https://github.com/obss/sahi/compare/0.11.14...0.11.15

0.11.14

What's Changed
* support Deci-AI YOLO-NAS models by ssahinnkadir in https://github.com/obss/sahi/pull/874
* Significant speed improvement for Detectron2 models by MyosQ in https://github.com/obss/sahi/pull/865
* support ultralytics>=8.0.99 by eVen-gits in https://github.com/obss/sahi/pull/873
* Documentation typo, and missing value by Hamzalopode in https://github.com/obss/sahi/pull/859
* update version by fcakyon in https://github.com/obss/sahi/pull/876
* update black version by fcakyon in https://github.com/obss/sahi/pull/877

New Contributors
* Hamzalopode made their first contribution in https://github.com/obss/sahi/pull/859
* eVen-gits made their first contribution in https://github.com/obss/sahi/pull/873
* MyosQ made their first contribution in https://github.com/obss/sahi/pull/865

**Full Changelog**: https://github.com/obss/sahi/compare/0.11.13...0.11.14

0.11.13

What's Changed
* Add hide labels/confidence by aphilas in https://github.com/obss/sahi/pull/844
* Add support for sparse YOLOv5 models by mwitiderrick in https://github.com/obss/sahi/pull/848
* Add support for DeepSparse dynamic image pipelines by mwitiderrick in https://github.com/obss/sahi/pull/850
* fix package testing by fcakyon in https://github.com/obss/sahi/pull/853

New Contributors
* aphilas made their first contribution in https://github.com/obss/sahi/pull/844
* mwitiderrick made their first contribution in https://github.com/obss/sahi/pull/848

**Full Changelog**: https://github.com/obss/sahi/compare/0.11.12...0.11.13

Page 1 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.