Open cv inserting image

at 2:57 in

https://online.codingblocks.com/app/player/209779/content/201829/6113/lecture
in the statement

img=cv2.imread(‘images/Bulbasaur.jpg’)

how do i put the image location , where should i place the image so that it can be accessed by opencv?

Hey @devchopra999_11c6416ab7f09bbf,
Image should be saved in the same directory in which your coding file is. For ex.
Code folder contains two things code.py and images folder and image folder contain Bulbasaur.jpg image.

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.