taigw / brats17

Brain tumor segmentation for MICCAI 2017 BraTS challenge
BSD 3-Clause "New" or "Revised" License
324 stars 130 forks source link

test_one_image_three_nets_adaptive_shape function #34

Open camilleruppli opened 5 years ago

camilleruppli commented 5 years ago

Hi, Thank you for this code ! I am trying to reproduce this work for a vessel segmentation project without using nifty net command line and eager execution. The training step inspired from your code worked well but I am having trouble testing it. Where can I find the test_one_image_three_nets_adaptive_shape function mentioned in test.py ? Has anyone found a way to test a pretrained and restored model using NiftyNet ?

Thanks for your help !