上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 62 下一页
摘要: 主要参考https://blog.csdn.net/u012505617/article/details/85763065 1、安装docker 2、安装NDK https://www.linuxidc.com/Linux/2018-03/151326.htm 3、安装bazel 下载之前记得换源c 阅读全文
posted @ 2019-04-23 17:40 牧马人夏峥 阅读(344) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/573177885qq/p/11350738.html 阅读全文
posted @ 2019-04-23 14:36 牧马人夏峥 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 在对人脸图片进行对齐时,发现有两张人脸图片一直检测不到人脸,但这两张图片中的人脸明明很好检测(证件照),经过 排查,最终发现问题所在:图片的格式不对。 img = imread("**.jpg") [m,n,c] = size(img) 排查发现,c=1,但图片明明是彩色的,使用imfinfo('* 阅读全文
posted @ 2019-04-22 17:35 牧马人夏峥 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1、tf.where https://blog.csdn.net/ustbbsy/article/details/79564828 2、tf.less tf.less(x,y,name=None) 返回bool型tensor,返回逐元素x<y比较的结果 3、tf.gather 根据索引值,将对应te 阅读全文
posted @ 2019-04-11 19:54 牧马人夏峥 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 1、下载专业版pycharm并激活 https://blog.csdn.net/weixin_39332299/article/details/79692283 2、创建项目,设置解释器时,选择SSH 3、更改服务器端映射的文件目录 Tools->Deployment->configuration- 阅读全文
posted @ 2019-04-10 17:25 牧马人夏峥 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/30960190 阅读全文
posted @ 2019-04-07 17:56 牧马人夏峥 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/60747096 https://www.cnblogs.com/darkknightzh/p/8524937.html https://blog.csdn.net/qq_14845119/article/details/76154976 h 阅读全文
posted @ 2019-04-07 17:10 牧马人夏峥 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 装过很多次caffe了,但这个还是遇到了很多奇葩问题,不过以前都是在ubuntu上,这次是在centos上。 1、import error _caffe.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDef 阅读全文
posted @ 2019-03-28 10:01 牧马人夏峥 阅读(1566) 评论(0) 推荐(0) 编辑
摘要: 1、重定向 > filename 清空filename echo "djadl" > filename 写入 echo "dajf" >> filename 追加 cat < filename 提取文件内容 2、管道 前一个命令的输出,作为后一个命令的输入参数 | &&两个命令同时执行 ||前面命令 阅读全文
posted @ 2019-03-13 17:40 牧马人夏峥 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/TenosDoIt/p/3738693.html 阅读全文
posted @ 2019-02-23 10:04 牧马人夏峥 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 62 下一页