Answer the question
In order to leave comments, you need to log in
How to open files with cyrillic in path in python cv2?
I'm trying to open a file like this
frame = cv2.imread(u'C:/Users/%username%/image/1.png'.encode('utf-8'))
print frame
>>> None
frame = cv2.imread('G:/1.png')
print frame
>>>тут Numpy array
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question