Open cfbradshaw opened 1 year ago
In the example from morpheus.classifier import Classifier fails
from skimage.morphology import watershed ImportError: cannot import name 'watershed' from 'skimage.morphology'
This is the same error if I open in Collab. Apparently, 'skimage.morphology' should be 'skimage.segmentation'
@cfbradshaw Thanks for bringing this to my attention. I will take a look.
In the example from morpheus.classifier import Classifier fails
from skimage.morphology import watershed ImportError: cannot import name 'watershed' from 'skimage.morphology'
This is the same error if I open in Collab. Apparently, 'skimage.morphology' should be 'skimage.segmentation'