Git Product home page Git Product logo

Comments (6)

schwittlick avatar schwittlick commented on August 15, 2024

Weird, which one of the examples are you trying to run? Did you try to use the existing VS project files?

from ofxdarknet.

liquidzym avatar liquidzym commented on August 15, 2024

i tried both,the default existing example-yolo2,and also i did using pg to regenerate this example. both failed. weird stuff is that i'm running the existing example-yolo2,got different bunch of erros from darknet source file, the CvCapture undeclared etc....

are you sure this option is correct ?C/C++ -> All Options -> Compile As -> Default

i'm using vs2015 update3 version with lastest OF master

from ofxdarknet.

schwittlick avatar schwittlick commented on August 15, 2024

Yeah that option is necessary, so VS doesn't try to compile the CUDA kernel source files with a C++ compiler..

The only difference between our setups seems to be that I am using one of the OF releases (0.9.3 & 0.9.8). I am not aware if there were any changes regarding ofxOpenCv recently? Maybe it would be worth a try to use one of the releases you can download from the oF site.

from ofxdarknet.

schwittlick avatar schwittlick commented on August 15, 2024

@liquidzym maybe this version here is going to make it work for you. #23

from ofxdarknet.

armadillu avatar armadillu commented on August 15, 2024

Seeing the same issue on osx - it seems like it is an include confusion problem; OpenCV has "matrix.h" (opencv/include/opencv2/flann/matrix.h) but darknet also has a "matrix.h" (darknet/include/matrix.h)

from ofxdarknet.

armadillu avatar armadillu commented on August 15, 2024

I ended up renaming matrix.h in darknet to matrix_.h and changing all the #includes within dakrnet to "matrix_.h" to make it work

from ofxdarknet.

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.