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

re: more precise segmentation #2

Open
dmarx opened this issue Apr 19, 2022 · 3 comments
Open

re: more precise segmentation #2

dmarx opened this issue Apr 19, 2022 · 3 comments

Comments

@dmarx
Copy link

dmarx commented Apr 19, 2022

just thought you might find these interesting if you hadn't seen them already:

@alexerupakat
Copy link

But what i understood is that doing a precise instance segmentation wouldn't give you a good result.
I used mask generated out of instance segmentation and the result was pretty bad. i think it is because it needs a mask that is larger than the object.
correct me if i am wrong.

@dmarx
Copy link
Author

dmarx commented Oct 18, 2022

The way I've dealt with is by convolving the mask with a wide gaussian kernel, i.e. blur the edges of the mask. If you want a wider mask that's discrete valued, you could use this same procedure and just follow it up with a thresholding operation.

@alexerupakat
Copy link

The way I've dealt with is by convolving the mask with a wide gaussian kernel, i.e. blur the edges of the mask. If you want a wider mask that's discrete valued, you could use this same procedure and just follow it up with a thresholding operation.

thanks for the reply i will try that

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