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 兔子二 阅读(81) 评论(0) 推荐(0) 编辑

2019年1月23日

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

2019年1月15日

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

2018年11月24日

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

2018年11月6日

摘要: 编译一个caffe版本,报错找不到 -lnppi 发现使用打是cuda9.0, 但是cuda9.0 中不存在libnppi.so。 只好换成cuda8.0. 阅读全文
posted @ 2018-11-06 16:21 兔子二 阅读(333) 评论(0) 推荐(0) 编辑

2018年9月30日

摘要: 1. 使用caffe训练网络时,如果使用到batch normalization层, 要注意 use_global_status参数,最好从prototxt文件中移走这个参数。 2. 初始化方式比较重要,尤其是最后若干层,因为它们会影响loss的范围, 而loss又会通过学习率影响参数的更新。如果目 阅读全文
posted @ 2018-09-30 19:42 兔子二 阅读(194) 评论(0) 推荐(0) 编辑

2018年9月23日

摘要: unset all_proxy && unset ALL_PROXY 阅读全文
posted @ 2018-09-23 10:02 兔子二 阅读(266) 评论(0) 推荐(0) 编辑

2018年8月14日

摘要: 1.摄像机模型 (Camera Model) https://www.cnblogs.com/dingyivision/p/5991990.html 2. 逆透视变换详解 https://blog.csdn.net/yeyang911/article/details/51912322 3.使用深度学 阅读全文
posted @ 2018-08-14 11:49 兔子二 阅读(102) 评论(0) 推荐(0) 编辑

导航