lishen / end2end-all-conv

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

Images used? #15

Closed aliabd closed 4 years ago

aliabd commented 5 years ago

This is a great repo! I'm wondering if you have the images you used. I loaded one of the models and during inference I scale my new images to be 0-255 then shift by -44.33 (mean during training according to https://git.io/JeO7x). But i'm not sure its working as well as it should, so it would be easier if I can probe it with images used during training. Thanks!