Compiling OpenCV on Windows 8.1

I’m setting up the latest OpenCV version from source since the Caffe dependency version installed doesn’t have some tools I want to add to my vision processing pipeline. I started with grabbing the latest version from github git clone https://github.com/opencv/opencv Then I used the CMake GUI. Visual Studios 12 appears to be the latest buildchain … Read more

Setting Up Caffe on Windows 8.1

It took a fair bit of fussing with CMake, but I’ve successfully compiled Caffe from the Berkeley Vision and Learning Center. There does appear to still be an issue with a psudorandom generator in one of the linked libraries that will probably impair training new nets, but I can currently run existing models and compare … Read more