I know there are similar questions and I have checked on that but it did not work. I try to open an image with cv2 in google colab using this code:
path='/content/group.jpg'
img = cv2.imread(path)
plt.imshow(img)
plt.show()
But it was error.
I have checked on the image path and it is right. Can anyone please help me? Thank you :)