Caffe (Fully convolutional network setting) Under Ubuntu 14.04+Opencv 3.0+Cuda6.5
Caffe (Fully convolutional network setting)
Ubuntu 14.04+Opencv 3.0+Cuda6.5
Basic install process follows: http://www.aichengxu.com/view/52231
Notice for install nvidia driver should consider change the xorg file like this:
For compile with FCN code, two changes
1: imread changed to opencv_imgcodecs, add this into the makefile
2: No need to redefine CV_LOAD_IMAGE_COLOR in window_data_layer.cpp, comment that out.