自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 voc 做目标检测中所用到的AP, http://blog.csdn.net/a1154761720/article/details/50864994

voc 做目标检测中所用到的AP:recal 和 precision所形成的面积,具体请见:http://blog.csdn.net/a1154761720/article/details/50864994

2016-10-21 11:46:42 779

原创 read .xml by matlab

xml_path = [ annotation_path, tline, '.xml' ] ;    xmlDoc   = xmlread( xml_path ) ;    xmlRoot  = xmlDoc.getDocumentElement(); % the root node. why this     %%%%% read objects from xmlRoot.

2016-10-21 08:17:51 369

转载 caffe

1.fatal error: caffe/proto/caffe.pb.h: No such file or directory #include "caffe/proto/caffe.pb.h"解决方法:# In the directory you installed Caffe toprotoc src/caffe/proto/caffe.proto --cpp_out=.

2016-10-11 20:22:48 450

转载 安装tslib中遇到的错误:./autogen.sh: 4: autoreconf: not found

./autogen.sh: 4: autoreconf: not found  是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是因为没有安装  automake 工具,      (ubuntu 8.04)用下面的命令安装好就可以了。  sudo apt-get install autoconf automake libtool

2016-10-02 14:07:12 391

转载 error while loading shared libraries: libboost_system.so.1.45.0: cannot open shared object file: No

http://stackoverflow.com/questions/4581305/error-while-loading-shared-libraries-libboost-system-so-1-45-0-cannot-open-shaThe library cannot be found.Libraries are by default looked for in /lib

2016-10-02 13:55:58 2267

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除