码迷,mamicode.com
首页 > 其他好文 > 详细

RON代码配置运行

时间:2017-07-12 23:36:12      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:目标检测   not   ram   update   安装   tao   reverse   检测   切换   

论文RON:Reverse Connection with Objectness  Prior Networks for Object Detection 是 CVPR2017的一篇目标检测的论文,作者是孔涛,共享了源代码,下面把配置过程记录一下。

1、https://github.com/taokong/RON 

参考安装指南

2、git clone https://github.com/taokong/caffe-ron.git

在根目录使用命令      make -j16   出现错误。主要是gcc的版本不对,之前是4.7的。

使用命令 

sudo update-alternatives --config gcc  切换版本gcc or g++

 

技术分享

 

3 运行 test 时出现错误。

技术分享

删除原来的annots.pkl文件。

rm data/VOCdevkit2007/annotations_cache/annots.pkl and run the program again.
You should also delete the roidb cache:
rm data/cache/voc_2007_trainval_gt_roidb.pkl

 

 4  运行成功。

 

RON代码配置运行

标签:目标检测   not   ram   update   安装   tao   reverse   检测   切换   

原文地址:http://www.cnblogs.com/linkboy1980/p/7157721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!