Open cozeybozey opened 1 year ago
@cozeybozey Currently supporting
Sorry I don't really understand what this comment means
Hello, Support instance segmentation in mmyolo
is in our codemap
.
MMYOLO has supported YOLOv8
and RTMDet
instance segmentation inference in dev
branch.
And training will be supported in future release
I'm also interested in using RTMDet
instance segmentation. Do you have an estimate for when it will be released?
I found a config for it (configs/rtmdet/rtmdet-ins_s_syncbn_fast_8xb32-300e_coco.py) but I don't see where I can download the pre-trained model weights for rtmdet-ins_s.
Hello,
Support instance segmentation in mmyolo
is in ourcodemap
. MMYOLO has supportedYOLOv8
andRTMDet
instance segmentation inference indev
branch. And training will be supported in future release Hi Nioolek, I'm also looking for yolov8 instance segmentaion model. I change to dev branch, according to your suggestion, but I can't find any files with 'ins' in the filename in configs/yolov8 folder. Are the instance segmentation model config files in yolov8 folder? or somewhere else? thanks.
Prerequisite
💬 Describe the reimplementation questions
I am looking for real-time instance segmentation models and at first sight the openmmlab repositories seemed to be great for this. However I am now a little bit confused as to which repositories and models actually support instance segmentation. Obviously the models in mmsegmentation support instance segmentation however the models implemented there are not really what I am looking for. I am especially interested in RTMDet and the Yolo series. That is why I thought the mmdetection and mmyolo repositories might have what I needed, however am I correct in assuming that no models in mmyolo support instance segmentation? If I am wrong then can you tell me how to run instance segmentation? I believe there are models in mmdetection that support instance segmentation like mask_rcnn, however the RTMDet version there does not seem to support it. So I guess my questions is, is it currently possible for me to use real-time instance segmentation with a Yolo model or with RTMDet? If not, will it be supported in the future?
Environment
Expected results
No response
Additional information
No response