Skip to content

Multicut agglom skips labelling neurons even when the watershed labels exist #56

Description

@Mohinta2892

Hi!

I am running the example multicut.py script on a 256x256x256 block to test distributed processing.

I also have a precomputed watershed, hence I pass (my affinities also need to be inverted):

    run_mc(path, tmp_folder, max_jobs, target=target, have_watershed=True, from_affinities=True, invert_inputs=True, n_scales=1)

Multicut agglomerates the watershed, however, it skips assigning a label to one neuron as you can probably see from the screenshot.

Image

Corresponding watershed:

Image

I am not sure what is going on, so any help is greatly appreciated!

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions