You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use cv2 with freetype and all the documentation basically says that you just need to pip install opencv-contrib-python in order to get this to work. But it throws an AttributeError on this line: free_type = cv2.freetype.createFreeType2()