nyukat / breast_cancer_classifier

Deep Neural Networks Improve Radiologists' Performance in Breast Cancer Screening
https://ieeexplore.ieee.org/document/8861376
GNU Affero General Public License v3.0
835 stars 265 forks source link

Resize transform for images during training #39

Closed monkeysforever closed 3 years ago

monkeysforever commented 3 years ago

Apart from being cropped was any explicit resize applied to the images? I am trying to fine-tune on the DDSM dataset and noticed varying performance on different resize values. Thanks for sharing model weights.

wooginawunan commented 3 years ago

Hi, before cropping, we did not apply any explicit resizing operations on the image. As mentioned in the SI of the paper, during training and test, the data augmentation operations we considered include slightly modifying the crop window size (maximum diff within 100 pixels) and resizing using bicubic interpolation to fit the desired size for the model.