GithubHelp home page GithubHelp logo

josedolz / semidensenet Goto Github PK

View Code? Open in Web Editor NEW
55.0 9.0 18.0 569 KB

Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.

License: MIT License

Python 100.00%
3d cnn theano convolutional-neural-networks convolutional-networks infant-brain-segmentation nifti-format mri deep-learning python

semidensenet's People

Contributors

josedolz 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

semidensenet's Issues

how to keep the resolution

Hi, I may misread or miss some details of the paper.
But from the network, the input spatial size is 272727, the output is 999. So how do you generate the segmentation results in original size?

Thanks!

The evaluation code about MHD and ASD

Hi Jose,

I was wondering if it is possible for you to add the part of code on evaluation the segmentation results with MHD and ASD. It will be a great help for us to evaluate the result. Thanks!

Best,
Caelyn

Save weights of trained SemiDense model to load them in new one

Hi Jose,
Recently I tried to used a model trained with SemiDenseNet for transfer learning. However, I was wondering how to save weights when I trained a SemiDenseNet as .npy file you mentioned in the README file. I want to use those weights in transfer learning. Thanks!

Training error

Traceback (most recent call last):
File "./networkTraining.py", line 83, in
networkTraining(sys.argv[1:])
File "./networkTraining.py", line 78, in networkTraining
startTraining(networkModelName,configIniName)
File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/startTraining.py", line 141, in startTraining
applyPadding
File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/Modules/IO/sampling.py", line 80, in getSamplesSubepoch
imageType
File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/Modules/IO/loadData.py", line 88, in load_imagesSinglePatient
[imageData, paddingValues] = applyPadding(imageData, sampleSizes, receptiveField)
File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/Modules/IO/ImgOperations/imgOp.py", line 57, in applyPadding
extra_padding = np.maximum(0, np.asarray(sampleSizes,dtype="int16")-(inputImg_arr+left_padding+right_padding))
ValueError: operands could not be broadcast together with shapes (4,) (3,)

About ideas on receptive field

Hi Jose,

Recently I am running your method on MR segmentation task. I selected a small rectangle region as ROI to segment the target into it. The DICE is not bad but it seems like there's always some fragments (some tiny spots I consider) wrongly segmented, which is obviously not belonged to my target. Is that cause by the small receptive field problem or do you have any idea what is this about? Thanks.

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.