Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I achieve more fine-grained segmentation? #35

Closed
loopyli opened this issue Jul 11, 2023 · 2 comments
Closed

Can I achieve more fine-grained segmentation? #35

loopyli opened this issue Jul 11, 2023 · 2 comments

Comments

@loopyli
Copy link

loopyli commented Jul 11, 2023

Can I achieve more fine-grained segmentation? For example, dividing the parts of an object.Thanks for your reply.

@frank-xwang
Copy link
Collaborator

Yes, certainly. To obtain more fine-grained segmentation masks, you can consider applying the normalized cut algorithm to the initial masks. This algorithm can help to provide more fine-grained results.

Alternatively, you can also explore using k-Means clustering or spectral clustering methods to obtain more part segmentation masks. These clustering techniques can help further partition the objects into smaller regions or parts, allowing for a more comprehensive and detailed segmentation of the objects in the image.

@frank-xwang
Copy link
Collaborator

Closing it now. Please feel free to reopen it if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants