Regarding to read img from home directory
Title
Question
Sir, when I run command
G = plt.imread('squares.png') I get error that no such file or directory
While I already downloaded it in home directory
Python-3.4.3 Image-manipulation-using-Arrays 09-10 min 50-60 sec
Answers:
Please find where your squares.png file is located and add the full path of the file in the imread argument
Login to add comment