OHEMgithub地址
https://github.com/abhi2610/ohem
结果可以重现的 论文结果 重现结果
Fast R-CNN (FRCN) VOC 07 trainval VOC 07 test 66.9 67.6
FRCN with OHEM VOC 07 trainval VOC 07 test 69.9 71.5
FRCN with OHEM VOC 07 trainval + 12 trainval VOC 07 test 74.6 75.5
最高结果,未复现 +M是多尺度,+B是bounding box regression
FRCN with OHEM, +M, +B VOC 07 trainval + 12 trainval VOC 07 test 78.9
一.软件要求
1.需要caffe和pycaffe支持
修改Makefile.config,WITH_PYTHON_LAYER := 1,USE_CUDNN := 1 可有可无
2.安装python包 cython, python-opencv, easydict, `yaaml’
3.代码中评价时用到了非官方的MATLAB版PASCAL VOC evaluation,代码中已经包含了。
二.正式安装
1.git clone –recursive https://github.com/abhi2610/ohem.git,之后成代码所在路径为OHEM_ROOT
2.编译Cython模块
cd OHEMROOT/libmake3.编译Caffeandp