ScribbleTrace
ScribbleTrace copied to clipboard
skimage.data.load() should be skimage.io.imread()
Not sure when it changed, but in modern versions of scikit-image, files are loaded with skimage.io.imread() rather than skimage.data.load(). Everything else works. I'd make the change myself but honestly I have no idea how collaboration on these projects works.