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

instance segmentation #17

Closed
CF2220160244 opened this issue Dec 16, 2019 · 1 comment
Closed

instance segmentation #17

CF2220160244 opened this issue Dec 16, 2019 · 1 comment

Comments

@CF2220160244
Copy link

During the inference, i predict instance vectors for x/y coordinates,
How can i get the final instance output?

@ozansener
Copy link
Collaborator

You need to run some sort of clustering algorithm to get instance labels. Our metrics and loss only use x/y coordinates. You can check http://openaccess.thecvf.com/content_cvpr_2018/papers/Kendall_Multi-Task_Learning_Using_CVPR_2018_paper.pdf for details as they use OPTICS algorithm. Their implementation is here: https://github.com/alexgkendall/OPTICS_Clustering

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