deepbrain
deepbrain copied to clipboard
Deep Learning tools for brain medical images
Hi, I've installed your library and both tried to use it directly from python and as command line. I get the following error in both situations. I have tensorflow installed......
Hi, I cannot run the extractor, due to error with scipy library (I'm using 1.4.1 on spyder, win10): AttributeError: module 'scipy' has no attribute '_lib' the full error: File "C:\Users\YE3467\Downloads\Project...
A suggestion: Please upgrade your tensowflow version. thank you.
Hi, Great work. I have tried deepbrain on multiple datasets and it works really well. Kindly let us know if you have any published paper or citation source for this...
Thanks a lot for sharing the nice code! And when I use this code for brain extraction, which papers should I add as references? Thanks, have a nice day: )
Hi, apologies if this is a basic issue - I'm new to this. After installing the deepbrain library using pip, I tried running the program through command line but it...
i am using a dataset T1 SE and T1 FSPGR but skull stripping result is not that accurate. Whereas the NFBS dataset was accurately skull stripped.
Hi I just want to know how does segmentation work?? I cannot find the explanation for the segmentation code here
Setup: `pip install deepbrain` `from deepbrain import Extractor` Error: ``` ImportError Traceback (most recent call last) in 5 6 import nibabel as nib ----> 7 from deepbrain import Extractor /usr/local/Caskroom/miniconda/base/envs/ndmg/lib/python3.6/site-packages/deepbrain/__init__.py...