open-mmlab / mmyolo

OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.
https://mmyolo.readthedocs.io/zh_CN/dev/
GNU General Public License v3.0
2.83k stars 523 forks source link

Can we have the support for instance segmentation with YOLOv8? #810

Open zhanglijun95 opened 1 year ago

zhanglijun95 commented 1 year ago

What is the problem this feature will solve?

Users can use YOLOv8, the latest YOLO version, for fast and accurate instance segmentation.

What is the feature you are proposing to solve the problem?

Add support for instance segmentation with YOLOv8.

What alternatives have you considered?

Or provide a tutorial for users to implement.

1dmesh commented 3 weeks ago

Related to https://github.com/open-mmlab/mmyolo/pull/895 and https://github.com/open-mmlab/mmyolo/pull/636