Closed BeatriceSere closed 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)
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 ')"
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)