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

Preprocessing #40

Closed BeatriceSere closed 3 years ago

BeatriceSere commented 3 years ago

I have problems in the preprocessing fase when I run the code on Jupyter. Infact when I run the following part gives me this error:

model_input = load_inputs( image_path="sample_single_output/cropped.png", metadata_path="sample_single_output/cropped_metadata.pkl", use_heatmaps=False, )

FileNotFoundError Traceback (most recent call last)

in 2 image_path="sample_single_output/cropped.png", 3 metadata_path="sample_single_output/cropped_metadata.pkl", ----> 4 use_heatmaps=False,
wooginawunan commented 3 years ago

Hi, based on your comment, I would suggest that you check whether you have added the path to python. For example, "sys.path.append('the folder include sample_single_output ')"