lukepolson / youtube_channel

Notebooks for the python tutorials of my youtube channel. See specific youtube video for link to specifc notebook.
934 stars 834 forks source link

Where can one find the image turkey.png? #9

Open OrbitalMechanic opened 1 year ago

OrbitalMechanic commented 1 year ago

vid9.ipynb attempts to open the file turkey.png in cell 63 using

img = color.rgb2gray(io.imread('../../output/turkey.png'))

Where is turkey.png?

Sam Dupree.