PiechaczekMyller / brats

BRATS
0 stars 0 forks source link

Find how to deal with uneven number of slices #25

Closed szympie closed 4 years ago

szympie commented 4 years ago

As the image downscales x2 with each step along each dimension, it is impossible for it to deal with images that are uneven in any dimension. In decathlon dataset (and brats as well), the number of slices is 155.

How to deal with this problem? Add empty slice/copy 1 slice? Please, comment @jnalepa

khrynczenko commented 4 years ago

So is it a choice between removing one slice or adding one in an artificial way? I assume all slices are of the same height and with and its even.

szympie commented 4 years ago

Ok, rather than uneven, it should also be divisible by 16, so we need 5 more frames.

mmyller commented 4 years ago

We have all agreed to add zero padding