koriavinash1 / DeepBrainSeg

Fully automatic brain tumour segmentation using Deep 3-D convolutional neural networks
MIT License
185 stars 43 forks source link

[Self-resolved, after a week] Unable to run on windows. #11

Closed JordanMicahBennett closed 4 years ago

JordanMicahBennett commented 4 years ago

After running through a long cycle of installation on my Windows 10 machine, including trying either torch cpu or gpu, I finally got rid of all installation errors, apparently.

Afterward, upon invoking DeepBrainSegUI.py, via python 3, I get the following error:

image

Is it possible to state precisely what version of the main modules you use pertaining to this repository/pypi distribution?

**Despite having the latest pip installed, which is said to automatically install required versions, I am not sure that is the case here.

JordanMicahBennett commented 4 years ago

I am closing this issue. I managed to set this up on windows after a week of somewhat struggling:

https://github.com/JordanMicahBennett/DeepBrainSeg/blob/master/WINDOWS%2010%20INSTALLATION%20GUIDE.md

Figure: DeepBrainSeg on Windows 10.

koriavinash1 commented 4 years ago

Glad that you were able to fix this issue, thanks for updating the readme.

JordanMicahBennett commented 4 years ago

Glad that you were able to fix this issue, thanks for updating the readme.

Thanks for your hard work on DeepBrainSeg. I know neither you nor your gpus had it easy!