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

Boundary mask of CREMI? #23

Closed
wlsdzyzl opened this issue Aug 7, 2022 · 1 comment
Closed

Boundary mask of CREMI? #23

wlsdzyzl opened this issue Aug 7, 2022 · 1 comment

Comments

@wlsdzyzl
Copy link

wlsdzyzl commented Aug 7, 2022

Hello, how did you get the boundary mask of CREMI? It only provides the neuron_ids. I can extract the boundaries by applying skimage.segmentation.find_boundarys on neuron_ids. But I got boundaries which seem thinner than what you have shown in paper. Did you add something such as a Gaussian blur? Thanks!

@jocpae
Copy link
Owner

jocpae commented Aug 8, 2022

Hi, we used the code provided by CREMI github repository https://github.com/cremi/cremi_python/blob/aa6d211f177ad7f0364ed027ea0314803d114c04/cremi/evaluation/border_mask.py
The authors provide a function called "create_border_mask_2d" to draw the boundaries. There you can also specify how thick you want to draw the neuron boundaries.

@jocpae jocpae closed this as completed Aug 8, 2022
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