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
844 stars 269 forks source link

missing single_image files #14

Closed salelkafrawy closed 5 years ago

salelkafrawy commented 5 years ago

Hi, Is it intended or these files are just missing? they were mentioned in the newly uploaded notebook: sample_single_output/cropped.png sample_single_output/cropped_metadata.pkl

jpatrickpark commented 5 years ago

Hi,

As indicated in the notebook, we expect that the preprocessing (e.g. cropping) have been completed beforehand by executing the following command found in the README file:

bash run_single.sh "sample_data/images/0_L_CC.png" "L-CC"

This command generates the necessary files required by the notebook.