morpheus-project / morpheus

A Library For Generating Morphological Semantic Segmentation Maps of Astronomical Images
https://morpheus-project.github.io/morpheus/
MIT License
57 stars 13 forks source link

Failure to import Classifier in the Example #30

Open cfbradshaw opened 1 year ago

cfbradshaw commented 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'

ryanhausen commented 1 year ago

@cfbradshaw Thanks for bringing this to my attention. I will take a look.