MECLabTUDA / M3d-Cam

MIT License
306 stars 40 forks source link

error on 'from medcam import medcam' #7

Closed 9B8DY6 closed 3 years ago

9B8DY6 commented 3 years ago

image

I got this error on 'from medcam import medcam'

What should I do to solve it?

Karol-G commented 3 years ago

Hi,

I failed to reproduce your problem, everything works well for me. Also it seems that the error originates from Numpy. Which version are you using? Maybe try to update it. Or in case you are using the newest version, try 1.19.4 which is my current one.

Best Karol

9B8DY6 commented 3 years ago

image it does not work even if I upgrade version of numpy. Could you tell me the version of python, pytorch and other things?

Karol-G commented 3 years ago

scikit-image 0.16.2 scikit-learn 0.24.0 python 3.8.2 pytorch 1.5.0

Try to update your scikit-image maybe, according to this link the error could come from scikit-image: https://github.com/scikit-image/scikit-image/issues/3649