TheSleepGod
Results
2
comments of
TheSleepGod
in scikit_image-0.20.0,it is Invalid because of “rescale() got an unexpected keyword argument 'multichannel'” `image = rescale(image, 1000./max_size, multichannel=True)`
> in scikit_image-0.20.0,it is Invalid because of “rescale() got an unexpected keyword argument 'multichannel'” `image = rescale(image, 1000./max_size, multichannel=True)` Please use `channel_axis` instead