Giter Site home page Giter Site logo

output window size of 3D U-net about niftynet HOT 5 CLOSED

niftk avatar niftk commented on July 21, 2024
output window size of 3D U-net

from niftynet.

Comments (5)

wyli avatar wyli commented on July 21, 2024 2

Hi @nguyenhg,

Why image_size should be divisible by 8 and >89?

so that we could handle multiple layers of "2×2×2 downsampling/upsampling with strides of two" conveniently.

The parameter spatial_window_size of [label] should be same with the one of [images] or not?

Not for the 3D-Unet, please check out the original release for more info: https://lmb.informatik.uni-freiburg.de/resources/opensource/unet.en.html
and the script for image/feature dims: https://lmb.informatik.uni-freiburg.de/resources/opensource/findsize.m

from niftynet.

wyli avatar wyli commented on July 21, 2024 1

Hi @nguyenhg thanks for the feedback. This is using the 3D U-net (https://arxiv.org/abs/1606.06650) and by the original design, it takes 132×132×116-voxel inputs and predicts 44×44×28-voxel outputs. Both of your Q1 and Q2 are due to this "cropping" effect of the network (also please note there's another spatial_window_size parameter in the [inference] section of the config).

You could also remove the cropping layer by deleting this line https://github.com/NifTK/NiftyNet/blob/dev/niftynet/network/unet.py#L122
the result is a network taking NxNxN inputs and predicting NxNxN outputs. Hope this helps!

from niftynet.

enzo-cin avatar enzo-cin commented on July 21, 2024

Hi @wyli, thank you for your comment. I did the interpolation for my data to original design: 132×132×116 for both images and labels, voxel size is 1.76×1.76×2.04 . And re-run the training step, but the dimension is not compatible.
Could you explain me:
Why image_size should be divisible by 8 and >89?
The parameter spatial_window_size of [label] should be same with the one of [images] or not?

from niftynet.

YilinLiu97 avatar YilinLiu97 commented on July 21, 2024

Hi@wyli, with the cropped version, the border has to be specified to 44, which makes the inference too long and results in bad performance. Do you have any suggestion on this? Thank you.

from niftynet.

NicoYuCN avatar NicoYuCN commented on July 21, 2024

Does it mean the maximum size of input volumetric images is no larger than [132 132 116]? If so, it makes the NiftyNet is not so flexiable.

from niftynet.

Related Issues (20)

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.