after giving the correct path for the Image i am unable to load the image . after printing the image i am getting (NONE). As if i run on the other window by giving the same path , the image appears in the new tab but it does load in the jupyter.
ERROR SHOWn as:
1 IMG_PATH=“DATA/Flickr_Data/Flickr_Data/Images”
2 img = cv2.imread(IMG_PATH+“1000268201_693b08cb0e.jpg”)
----> 3 print(img.shape)
AttributeError: ‘NoneType’ object has no attribute ‘shape’