Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

imread and Rissian language path to img

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.

click to hide/show revision 2
None

updated 2018-12-14 02:59:50 -0600

berak gravatar image

imread and Rissian language path to img

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.