参考作者git:https://github.com/rbgirshick/caffe-fast-rcnn
Run the build script: >> rcnn_build() (builds liblinear and Selective Search). Don’t worry if you see compiler warnings while building liblinear, this is normal on my system.
这一步出错:
错误使用 mex
未找到 /home/cc/caffe/rcnn/external/liblinear-1.94/blas/*.c;请检查您是否位于正确的当前文件夹,并检查
‘/home/cc/caffe/rcnn/external/liblinear-1.94/blas/*.c’ 的拼写。
出错 rcnn_build (line 44)
mex -outdir bin …