Image not showing

When I am accessing the images in jupyter notebook from the folder, it is giving “none” as the output on the command print

Hey @yashiagar99, print function cannot be used to display images in python. You need to use libraries like opencv or matplotlib to plot or see your images in python.

Do tell me if you need any more assistance ! :slight_smile:

I hope this helps ! :slightly_smiling_face:
Happy Learning ! :blush:

I have imported open cv and then when I am accessing the image using imread and then showing it using print the output is “None”

can you share your code once by uploading on google drive and sharing the link over here ?

Thanks !

I have sent the screenshot of the code on the chat

hey @yashiagar99 ,
we saw that you have re opened this doubt.
For better understanding can you please share a screen shot of error here in this discussion and also once check that the path you are providing for the image is correct and the image do exists on that path.

Thank You :slightly_smiling_face:.