This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Segmentation object based on bounding box detection. #26
Answered
by
Borda
adrianosantospb
asked this question in
Q&A
-
How is it possible use this tools to segmentation an object detected based on bounding box detection (YOLO)? My idea is to get the bboxs detected by the model and do an object segmentation of then. |
Beta Was this translation helpful? Give feedback.
Answered by
Borda
Oct 12, 2020
Replies: 1 comment
-
a simple way would be using unsupervised segmentation with GMM and defining two classes... in fact, in such case, it would be very similar to GrabCut, and for just binary segmentation GrabCut could work better... advantage of this tool is multiclass segmentation over superpixels :] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Borda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a simple way would be using unsupervised segmentation with GMM and defining two classes... in fact, in such case, it would be very similar to GrabCut, and for just binary segmentation GrabCut could work better... advantage of this tool is multiclass segmentation over superpixels :]