摘要:
按matconvnet官网上的步骤来,编译代码的时候会发现编译失败。 参考 "这条issues" 以下是我的解决方案: I use ubuntu16.04 with x64 architecture. I installed matlab2016b, with cuda7.5 and cudnn5 阅读全文
摘要:
常用功能的实现 获取当前脚本所在目录 常用函数的说明 bsxfun "matlab函数 bsxfun浅谈" bsxfun是一个matlab自版本R2007a来就提供的一个函数,作用是”applies an element by element binary operation to arrays a 阅读全文
摘要:
VOC2007数据集使用mAP值作为检测算法检测结果的性能评估得分。mAP意思是mean Average Precision,Precision是指精度,Average Precision是指11个等分候选点上的精度,mean Average Precision是指所有类别的AP的平均。 嗯,听起来 阅读全文