Could you please help with following problem:
When I try to open file with imread and path on file system to this file has Russian latter I catch only blank array. If I change path to English letters only - file upload in right way. In future its will not be possible change names of files to English.
code: img = cv2.imread('E:\folder 3.1\тест.jpg',1) #тест - its a Russian latters
P.s.: I use python and work in windows. Thanks in advance!
Alexander.