MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

test normalization #41

Closed xihuanliuliu closed 5 years ago

xihuanliuliu commented 5 years ago

Dear FabianIsensee: I use the example of a brats2017_preprocessing. I found that the train sample use normalization preprocessing with the label, but the test data only have image, What should I do ?

FabianIsensee commented 5 years ago

This setup is meant to run training only. It is not meant for testing. Due to the patch based nature AND the different sizes of the images, running this for testing is not possible Best, Fabian