上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: https://blog.csdn.net/jiwu999/article/details/79626773 方法: step1:git clone https://github.com/ethereon/netscope step2:cd netscope step3: python -m Sim 阅读全文
posted @ 2018-10-31 10:46 BlueOceans 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/King-Gentleman/p/5081159.html 当两个头文件互相包含的时候,类定义会编译出错,这时需要分别添加上对应的类声明 #include "B.h" class A; class B{ } #include "A.h" class B 阅读全文
posted @ 2018-10-29 21:03 BlueOceans 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1. const修饰成员函数:表示不可以修改成员变量 阅读全文
posted @ 2018-10-24 09:40 BlueOceans 阅读(348) 评论(0) 推荐(1) 编辑
摘要: CUB库 https://nvlabs.github.io/cub/index.html 阅读全文
posted @ 2018-10-16 09:05 BlueOceans 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/50bf3bd4e3d0 知乎专栏 https://zhuanlan.zhihu.com/kingbob 阅读全文
posted @ 2018-10-13 10:34 BlueOceans 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bailufeiyan/article/details/50749694 https://www.cnblogs.com/dudumiaomiao/p/6560841.html featuremap上每个滑窗中心对应原图的一个区域(感受野),其中心点替换掉 阅读全文
posted @ 2018-10-12 15:26 BlueOceans 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: visual studio下 Linux下 阅读全文
posted @ 2018-10-12 11:13 BlueOceans 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-11 17:56 BlueOceans 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 下载: protobuf-3.3.0 设置路径:export PYTHONPATH=/gruntdata/lihaiyang/local/protobuf-3.3.0/python:$PYTHONPATH 阅读全文
posted @ 2018-10-09 12:07 BlueOceans 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 模型下载 https://github.com/rbgirshick/py-faster-rcnn/issues/542 阅读全文
posted @ 2018-09-29 15:15 BlueOceans 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页