-
Hi, Just wondering is segmentation fully operational with SAHI at the moment? I have a custom segmentation model, however when I run it, predictions always return with 'mask=None'. I've read through all segmentation related topics on the Discussions board and it seems as if this problem isn't new. Also quite sure everything is setup to integrate masks should they be detected. Interested to hear any thoughts or suggestions. Code:
Subsequent Print statement: bbox: BoundingBox: <(181.3393096923828, 648, 210.01722717285156, 698.9091377258301), w: 28.67791748046875, h: 50.90913772583008>, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Segmentation mask support for yolov8, mmdetection, detectron2, torchvision models is live with the latest release! @donalSE https://github.com/obss/sahi/discussions/1051 There is also 5x memory and speed improvement when working with masks! Check the demo notebook on how it works: https://github.com/obss/sahi/blob/main/demo/inference_for_yolov8.ipynb |
Beta Was this translation helpful? Give feedback.
Segmentation mask support for yolov8, mmdetection, detectron2, torchvision models is live with the latest release! @donalSE https://github.com/obss/sahi/discussions/1051
There is also 5x memory and speed improvement when working with masks!
Check the demo notebook on how it works: https://github.com/obss/sahi/blob/main/demo/inference_for_yolov8.ipynb