rmaphoh/Learning-AVSegmentation

Quention about the preprocess code

Closed this issue · 2 comments

img_array=(img_array-1.0*mean)/1.0*std

Hi,I have a question in the preprocess code. In my opinion,it should add '()'
img_array=(img_array-1.0*mean)/(1.0*std)
Could you please tell me whether I misunderstood or this is a bug?

Thanks for your detailed question. It is an empirically experimental setting which contributes to the reproducible performance. This might not be the optimal setting - you can adjust to your customised processing by changing the normalisation and augmentation.

Thank you for your patient reply!And the original settings seem to work better