Git Product home page Git Product logo

brain-tumor-segmentation-3d-unet-cnn's People

Contributors

jack-etheredge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

brain-tumor-segmentation-3d-unet-cnn's Issues

'y2' problem

Hi Jack,

Thank you for sharing.

I was wondering if you can tell me what 'y2' should be in the DataGenerator part(this may be a seemingly silly question.). I saw you marked 'list of survival days' next to it, but I failed to make the model work after trying several different methods.

Thanks a lot!

Liam

need to help

why the code in Write images to .tif has an error?
in firts imsave I have an error that says 'list' object has no attribute 'dtype'
Thanks

No such file or directory

hi
thanks for your code, i have one question
I use brats 2019, why do I have this error while my path adress is correct?
No such file or directory: '/content/drive/My Drive/brats2019/HGG/BraTS19_TCIA08_436_1_images.pkl

label

do you put the classification label and the mask together into the model? I can not understand how you do it. do you try to write a one-hot code?

2D, 3D presentation

hello, i want to ask in your presentation how do you show the ground truth, prediction, and the 3D slices ,rotation are you using matlab?
thank you

data arrangement

Hi,

Thanks for sharing your code.

I was wondering if you could explain how you arrange the data. It seems like the generator is looking in ./data/ for all of the files. Is there another file or function that moves the data from the original location (./HGG or ./LGG) into ./data ?

Thanks

Rony

lack of files

Hello Jack !
Thank you for your sharing !
But I found I can't make it, because I have no './weights/1pred_weights.25--0.08.hdf5 ', './data/', which really made me distressed.
So how can I figure it out? Could you please share these whole things? Thank you very much !

help

hi
thanks for your codes, but in train it needs more than 25g RAM, it gave me an error that need more RAM. how can I solve it?

ImportError: cannot import name 'InstanceNormalization'

hi sir,
I really thank you, sir, for sharing a wonderful work.
I am trying this code on google colaboratory.
I got the following error,
even if I did !pip install git+https://www.github.com/farizrahman4u/keras-contrib.git

ImportError Traceback (most recent call last)
in create_convolution_block(input_layer, n_filters, batch_normalization, kernel, activation, padding, strides, instance_normalization)
17 try:
---> 18 from keras_contrib.layers.normalization import InstanceNormalization
19 except ImportError:

ImportError: cannot import name 'InstanceNormalization'

During handling of the above exception, another exception occurred:

ImportError Traceback (most recent call last)
in ()
40
41 if current_layer is inputs:
---> 42 in_conv = create_convolution_block(current_layer, n_level_filters)
43 else:
44 in_conv = create_convolution_block(current_layer, n_level_filters, strides=(2, 2, 2))

in create_convolution_block(input_layer, n_filters, batch_normalization, kernel, activation, padding, strides, instance_normalization)
18 from keras_contrib.layers.normalization import InstanceNormalization
19 except ImportError:
---> 20 raise ImportError("Install keras_contrib in order to use instance normalization."
21 "\nTry: pip install git+https://www.github.com/farizrahman4u/keras-contrib.git")
22 layer = InstanceNormalization(axis=1)(layer)

ImportError: Install keras_contrib in order to use instance normalization.
Try: pip install git+https://www.github.com/farizrahman4u/keras-contrib.git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.