Closed Pablo1990 closed 3 years ago
I tried to use the Nuclei and Lifted Multicut approach and I got an error to 'cannot import name 'lifted_problem_from_probabilities' from 'elf.segmentation.features''
So, the solution is basically to install: https://github.com/constantinpape/elf via
conda install -c conda-forge -c cpape elf
It would be nice to incorporate this information somewhere.
Thanks for this great project!! Pablo
Hi @Pablo1990,
Thanks a lot for spotting it!! I will put in the troubleshooting guide.
Best, Lorenzo
I tried to use the Nuclei and Lifted Multicut approach and I got an error to 'cannot import name 'lifted_problem_from_probabilities' from 'elf.segmentation.features''
So, the solution is basically to install: https://github.com/constantinpape/elf via
conda install -c conda-forge -c cpape elf
It would be nice to incorporate this information somewhere.
Thanks for this great project!! Pablo