cluster_tools
cluster_tools copied to clipboard
Distributed segmentation for bio-image-analysis
Hello, Will it be possible to have input data for the axon_dendrite_attribution experiment? I am following your code implementation here: https://github.com/constantinpape/cluster_tools/tree/master/publications/leveraging_domain_knowledge/1_axon_dendrite_attribution However, the link under “obtaining the data” for experiment...
I am getting the following error when attempting to replicate results in the example folder: File "/ibex/scratch/bogesdj/miniconda/envs/cluster_env/lib/python3.10/site-packages/cluster_tools/write/write.py", line 88, in run_impl assert all(bs % ch == 0 for bs, ch...
Hi, I am trying to set up mboie_utils on Windows and Python 3.9 (fresh mamba installation, no other packages). I run into: ``` ...\cluster_tools\watershed\watershed.py", line 140, in @threadpool_limits.wrap(limits=1) # restrict...
Hi @constantinpape , I tried to implement what you suggested here https://github.com/constantinpape/cluster_tools/pull/42#issuecomment-1807688915 in mobie-utils-python` but found that `fit_to_roi` seems to be ignored by `copy_volume`. The resulting file still has full...
We need to ensure that the axis metadata can be passed correctly to ome.zarr files. This can be passed via `metadata_dict` https://github.com/constantinpape/cluster_tools/blob/master/cluster_tools/downscaling/downscaling_workflow.py#L19. But I am not sure if this is...
Hi, @constantinpape , thank you for this great project! I tried to compute multicut segmentation using the provided example data and `multicut.py` on a SLURM cluster. However, after many attempts,...