Cv2.imread(directory of the image) isnt showing any output

So I installed the OpenCV library correctly. I downloaded a jpg image of Bulbasaur from the internet. I have added the image correctly in my directory. But when I am doing cv2.imread(‘with the correct directory’) … It isn’t showing any output… it has shown ‘none’ when I printed it. What am I doing wrong? What’s the problem with the code?

@bihan make the path relative to the notebook and are you sure the name of the image is correct? it says .jpg .jpg

I named the image like that the name is correct . I have made the path relative to the notebook … I dont see anything wrong in that … But still the code isnt working…

@bihan please give this read it will explain the issue and how to resolve it in detail https://www.pyimagesearch.com/2016/12/26/opencv-resolving-nonetype-errors/

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.