项目作者: t-kuha

项目描述 :
Binary dependencies for Windows version of caffe & caffe2
高级语言: C++
项目地址: git://github.com/t-kuha/caffe-win-dependency.git
创建时间: 2018-02-20T02:20:07Z
项目社区:https://github.com/t-kuha/caffe-win-dependency

开源协议:

下载


caffe-win-dependency

Note: This repo is under development

Note: For how to build Caffe for Windows, please refer to the Wiki


LMDB

Snappy

LevelDB

ffmpeg

  1. # In msys
  2. mkdir _build
  3. cd _build
  4. ../configure --toolchain=msvc --prefix=<Destination> --enable-static --disable-programs
  5. make install

glog

  • Based on ver 0.3.5

    • https://github.com/google/glog

    • Build gflag first

    • Use CMake (With “-Dgflags_DIR=_install/lib/gflags/cmake”)
    • Open the generated project in Visual Studio GUI
    • Change “Runtime Library” from “/MD” to “/MT”

gflags

  • Based on ver 2.2.1

protobuf

HDF5

Boost

OpenCV

OpenBLAS