NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Getting High Error between the Patch in Generated images #449

Open IsaacLord opened 4 years ago

IsaacLord commented 4 years ago

I'm trying to generate output in high dimension images. The images size are (152,152,350), which i can only input (152,152,32) size of image to network (3DResnet, with 2080 ti), when i'm trying to generate an output form images i see high errors between these batches(between each 32 slice), i tried the window_sampling : uniform and balanced but i didn't saw any difference. is there any solution for this issue?