SyntaxFix
Write A Post
Hire A Developer
Questions
This is how I solved it:
import cv2 from matplotlib import pyplot img = cv2.imread('path') pyplot.imshow(img) pyplot.show()