python3读取中文路径(亲测有效)
Posted langb2014
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3读取中文路径(亲测有效)相关的知识,希望对你有一定的参考价值。
读取图片是碰到一个中文路径或者中文名字的问题。
解决方案:
def cv_imread(file_path = ""):
img_mat=cv2.imdecode(numpy.fromfile(file_path,dtype=numpy.uint8),-1)
return img_mat
以上是关于python3读取中文路径(亲测有效)的主要内容,如果未能解决你的问题,请参考以下文章
Jupyter notebook修改默认文件夹默认路径(亲测有效)
Ubuntu环境下TensorBoard 可视化 不显示数据问题 No scalar data was found...(作者亲测有效)(转)