Reputation: 33
When trying to use the line >> photo_data = misc.imread('./wifire/sd-3layers.jpg')
, I receive the error output above.
I did everything as in the instruction video before running it, i.e.
%matplotlib inline;
import numpy as np;
from scipy import misc;
import matplotlib.pyplot as plt
from skimage import data
The folder is in the correct working directory (user 2), so the isssue seems to lie in the imread function missing. Any ideas?
Upvotes: 0
Views: 57