ssd的github代码有现成的normalization layer的实现,拿他的cpp、cu、hpp文件直接用就可以,然后在proto的layer的param里添加: 再在proto里添加normalization的参数: 完成以上步骤就可以编译了。我是直接在build目录下进行make的,出现 ...
分类:
其他好文 时间:
2018-02-28 17:33:33
阅读次数:
193
2018年1月22日 星期一 19:46 Git的windows客户端安装使用 https://github.com/git-for-windows/git/releases/tag/v2.10.2.windows.1 2.Git-2.10.2-64-bit.exe版本下载链接 https://gi ...
@Date : 2018 02 28 10:37:50 @Author : Roger TX (425144880@qq.com) @Link : https://github.com/paotong999 Living without an aim is like sailing without ...
分类:
其他好文 时间:
2018-02-28 15:15:49
阅读次数:
220
第一次传数据:echo "# miya" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/zhao520a1a/miya.gitgit ...
分类:
其他好文 时间:
2018-02-28 15:15:01
阅读次数:
159
欲善其事, 先利其器. 分析布局, 就不得不用到Hierarchy Viewer了. 本文工具使用皆以GithubApp的详情界面RepoDetailActivity为例说明. 为了不影响阅读体验, 对应的布局文件activity_repo_detail.xml的代码放在文末 1, Hierarch ...
分类:
移动开发 时间:
2018-02-28 15:14:49
阅读次数:
271
http://www.rvm.io/rvm/install https://github.com/rvm/rvm ...
分类:
其他好文 时间:
2018-02-28 14:11:13
阅读次数:
97
安装完后,每个机器都要自报家门 Config--配置 global--全局参数 配置全局用户名 $git config --global user.name “Your Name” 配置邮箱地址 $git config --global user.email “email@example.com” ...
分类:
其他好文 时间:
2018-02-28 14:06:46
阅读次数:
187
要求1: 在MagicSquqre.java文件中添加isLegalMagicSquare()函数,判断一个矩阵是否为MagicSquare。 MagicSquare说明:矩阵行数以及列数相同,且每行元素之和,每列元素之和以及对角线元素之和都应相等: 1.我们需要从https://github.co ...
分类:
其他好文 时间:
2018-02-28 14:01:24
阅读次数:
159
转载请注明出处:http://blog.csdn.net/y_zhiwen/article/details/51583188 Github地址。欢迎star和follow 新增android sqlite native 的代码 我们在使用android提供的SQLite存储数据的时候。就会用到SQL ...
分类:
数据库 时间:
2018-02-28 12:56:26
阅读次数:
307
源码地址https://github.com/979451341/RtmpCamera/tree/master配置RMTP服务器,虽然之前说了,这里就直接粘贴过来吧1.配置RTMP服务器这个我不多说贴两个博客分别是在mac和windows环境上的,大家跟着弄MAC搭建RTMP服务器https://www.jianshu.com/p/6fcec3b9d644这个是在windows上的,RTMP服务器
分类:
移动开发 时间:
2018-02-28 12:55:59
阅读次数:
306