Code Monkey home page Code Monkey logo

Comments (1)

scholtes avatar scholtes commented on July 23, 2024

I was able to resolve this issue as follows:

  • Download Eigen from here (.tar.gz, .zip, whichever suits you best).
    • I used the latest version, which is currently 3.3.4.
  • Extract the file. You will have a folder similar to eigen-eigen-5a0156e40feb
    • Depending how you extract it, you might have an eigen-eigen-5a0156e40feb within another eigen-eigen-5a0156e40feb. You want the child-most one. It should have folders like bench, blas, cmake, etc, inside of it. Visual Studio will need to be able to find eigen-eigen-5a0156e40feb\Eigen later on.
  • Presumably by this point you have already added deep_image_analogy.vcxproj as a project to your Caffe solution. If not, go here and figure out how to build Caffe first (within VS 2013 at the time of writing, though in the near future 2017 might get supported).
  • Right click your deep_image_analogy project in the solution explorer within your Caffe solution and click "properties".
  • Configuration Properties > C/C++ > General, then edit Additional Include Directories to include the absolute path to your unzipped eigen-eigen-5a0156e40feb

This should resolve the dependency issue. Eigen is only a template solution, there aren't any headers you should have to prebuild or anything. Not having touched Visual Studio much, this StackOverflow thread was handy.

from deep-image-analogy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.