上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 47 下一页
摘要: 1 阅读全文
posted @ 2018-07-30 23:11 小丑_jk 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/YiXiaoZhou/p/5925019.html 参考:https://blog.csdn.net/shenxiaolu1984/article/details/50884830 循环矩阵: KCF里的所有矩阵都是由目标样本循环位移得到,向量的 阅读全文
posted @ 2018-07-25 21:11 小丑_jk 阅读(1978) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/Byron309/article/details/77716127 https://blog.csdn.net/xbinworld/article/details/44276389 参考:https://blog.csdn.net/bitcarman 阅读全文
posted @ 2018-07-22 21:16 小丑_jk 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/myyan/p/4699940.html 这是一款google开源的命令行参数解析工具,支持从环境变量、配置文件读取参数(可以用gflags代替配置文件) 定义参数: 使用gflags需要包含头文件 #include <gflags/gflags 阅读全文
posted @ 2018-07-19 23:35 小丑_jk 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/lindaxin/p/7975697.html 参考:https://www.cnblogs.com/dengtou/p/8413609.html 简单示例: 保存为py脚本,终端运行-h,输出结果如下: 若添加int类型数据,输出结果如下: 定 阅读全文
posted @ 2018-07-19 22:04 小丑_jk 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.zhihu.com/question/24773728/answer/66535663 前言:使用size_t可能会提高代码的可移植性、有效性或者可读性,或许同时提高这三者。 在标准C库中的许多函数使用的参数或者返回值都是表示的用字节表示的对象大小,比如说malloc( 阅读全文
posted @ 2018-07-14 18:10 小丑_jk 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/denny402/p/5076285.html 首先编译: make -j8 make pycaffe 注:下面的--solver=.... 等价于 -solver .... ########################## -solver: 阅读全文
posted @ 2018-07-06 00:11 小丑_jk 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.zhihu.com/question/22422121/answer/22877882 参考:https://blog.csdn.net/coming_is_winter/article/details/79048700 以知乎上给的例子为例(非常通俗易懂): 再给一个 阅读全文
posted @ 2018-06-14 23:14 小丑_jk 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.zhihu.com/question/56024942 1x1卷积核的作用: 1x1卷积核的最早出现在Network In Network的论文中,这里的作用在于加宽神经网络结构。而在于Inception网络中,1x1卷积核的作用在于降维,比如因为3x3卷积核和5x5卷 阅读全文
posted @ 2018-05-24 23:28 小丑_jk 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bendanban/article/details/51762017 模板类 https://blog.csdn.net/lonely_dark_horse/article/details/53896837 https://www.cnblogs.com/ 阅读全文
posted @ 2018-05-24 13:51 小丑_jk 阅读(562) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 47 下一页