-
Currently, sahi, there seems to be only examples and support for object detection. Could you please add examples and support for instance segmentation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Add instance segmentation support and examples yolov8s-seg.pt |
Beta Was this translation helpful? Give feedback.
-
Segmentation mask support for yolov8, mmdetection, detectron2, torchvision models is live with the latest release! @zgsxwsdxg @monkeycc: 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! @zgsxwsdxg @monkeycc: 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