2019年5月17日

摘要: https://blog.csdn.net/u012328159/article/details/80311892 阅读全文
posted @ 2019-05-17 12:03 兔子二 阅读(100) 评论(0) 推荐(0)

2019年4月30日

摘要: windows 下读入带有中文的图片路径使用cv2.imread() 不能读入。使用如下代码可以。def cv_imread(filePath): cv_img = cv2.imdecode(np.fromfile(filePath, dtype=np.uint8), cv2.IMREAD_COLO 阅读全文
posted @ 2019-04-30 14:52 兔子二 阅读(219) 评论(0) 推荐(0)

2019年4月11日

摘要: https://blog.csdn.net/qq_40774175/article/details/81273198 阅读全文
posted @ 2019-04-11 16:27 兔子二 阅读(93) 评论(0) 推荐(0)

2019年3月26日

摘要: https://www.cnblogs.com/yjlch1016/p/8641910.html 阅读全文
posted @ 2019-03-26 17:39 兔子二 阅读(108) 评论(0) 推荐(0)

2019年3月24日

摘要: 1. PIL 在图片上添加中文 https://blog.csdn.net/m0_37606112/article/details/78511381 2 .Chinese Text in the Wild https://ctwdataset.github.io/ 阅读全文
posted @ 2019-03-24 21:47 兔子二 阅读(88) 评论(0) 推荐(0)

2019年1月23日

摘要: 问题: 在代码中使用sys.path.append(), 添加模块路径后,仍然报错找不到包。 虽然在LD_LIBRARY_PATH中配置了.so文件打路径,仍然报错找不到。 原因: 检查apahce2的配置文件apache2.conf之后发现,它限制了程序只可以访问/usr/share 和/var/ 阅读全文
posted @ 2019-01-23 14:32 兔子二 阅读(157) 评论(0) 推荐(0)

2019年1月21日

摘要: 问题:image = np.asarray(bytearray(f.read()), dtype="uint8")cv2_img = cv2.imdecode(image, cv2.IMREAD_COLOR)虽然image中已经接收到数据,代码却在decode函数处卡死。 解决:在mysite.co 阅读全文
posted @ 2019-01-21 14:02 兔子二 阅读(601) 评论(0) 推荐(0)

2019年1月17日

摘要: 参照: http://blog.topspeedsnail.com/archives/7828 注意,当django安装在虚拟环境下时,配置文件里面需要有python-home 指向虚拟环境 WSGIDaemonProcess myproject python-home=/home/snail/my 阅读全文
posted @ 2019-01-17 19:52 兔子二 阅读(102) 评论(0) 推荐(0)

2019年1月15日

摘要: 把 python-opencv 版本由3.4.1 换成 3.4.4之后,问题解决 阅读全文
posted @ 2019-01-15 15:21 兔子二 阅读(149) 评论(0) 推荐(0)

2018年11月24日

摘要: https://github.com/facebookresearch/DensePose/issues/119 阅读全文
posted @ 2018-11-24 15:05 兔子二 阅读(108) 评论(0) 推荐(0)

导航