lishen / end2end-all-conv

Deep Learning to Improve Breast Cancer Detection on Screening Mammography
Other
367 stars 126 forks source link

How to normalize inputs? #28

Open nikolaJovisic opened 7 months ago

nikolaJovisic commented 7 months ago

I managed to run the provided trained whole image models on my images, but the predictions are not right at all. The problem must be in preprocessing the images. How to know the exact values of mean and std used for standardization of input, how to know if histogram equalization has been conducted and all the other parameters needed to preprocess the data for usage on the provided models? Xie xie in advance.