08 2018 档案
摘要:恢复内容开始 一、创新点 针对two-stage的速度慢以及one-stage精度不足提出的方法,refinedet 包括三个核心部分:使用TCB来转换ARM的特征,送入ODM中进行检测; 两步级连回归;过滤较多的负样本(容易分类的,类似于ohem)。 (1)anchor refine module
阅读全文
摘要:树莓派3b+上安装 1、安装 2、git clone https://github.com/Tencent/ncnn 3、修改CmakeList.txt文件。去掉下面两段代码前面的#,便于后续的测试 https://github.com/Tencent/ncnn/wiki/how-to-build
阅读全文
摘要:https://blog.csdn.net/fuwenyan/article/details/79500765a https://www.cnblogs.com/yangyangcv/archive/2012/03/23/2413335.html http://vra.github.io/2016/
阅读全文
摘要:再添加一个python3.6conda create --name py36 python=3.6然后通过source activate py36来激活环境
阅读全文