Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV 3.2.0 Comparability: loading dnn models #58

Open
heyyjudes opened this issue Mar 16, 2017 · 1 comment
Open

OpenCV 3.2.0 Comparability: loading dnn models #58

heyyjudes opened this issue Mar 16, 2017 · 1 comment

Comments

@heyyjudes
Copy link

I am trying to load a pre trained Caffe image recognition net but the functions in dnn.hpp and dnn.cpp files required are not supported in dnn.hpp and dnn.cpp in openCV 3.1.

I am running on windows so the .dll files for OpenCV are pre compiled. Any advice on how to compile the OpenCV 3.2 files I need into .dll without breaking anything else?

Thanks so much

@puku0x
Copy link
Owner

puku0x commented Mar 22, 2017

Sorry for the late reply and inconvenience.

To update to OpenCV 3.2, you should

  • replace src/3rdparty/opencv
  • replace bin/vs20xx/opencv_**.dll
  • rename opencv_**310.lib to opencv_**320.lib in the additional dependencies option

I'm sorry I don't have AR.Drone now and have less time to update CV Drone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants