MIC-DKFZ / BraTS2017

Apache License 2.0
74 stars 16 forks source link

About the validation and test #25

Closed yianzhongguo closed 5 years ago

yianzhongguo commented 5 years ago

@FabianIsensee Hi, sir. I got into troubles again when I learned your code about validation and test. Especially, the function run_validation_mirroring in the validate_network.py was too hard to make it clear. Totally, I know it was designed to process predicted results but the detail was unclear. Could you help me describe the detailed functons of it , thank you very much!

FabianIsensee commented 5 years ago

Hi, I cannot describe all the details. I have an important review to do right now. The code should be self explanatory. The important bit is that I am doing test time data augmentation by mirroring along all axes. That may have looked confusing in the code. Best, Fabian

yianzhongguo commented 5 years ago

Thank you,sir!You could do your important things first. It is not urgent for me. It is that “”doing test time data augmentation by mirroring along all axes“” puzzled me. What is the principle?