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.
Corresponding watershed:
I am not sure what is going on, so any help is greatly appreciated!
Thank you!
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):
Multicut agglomerates the watershed, however, it skips assigning a label to one neuron as you can probably see from the screenshot.
Corresponding watershed:
I am not sure what is going on, so any help is greatly appreciated!
Thank you!