puku0x / cvdrone

CV Drone (= OpenCV + AR.Drone)
https://github.com/puku0x/cvdrone/wiki/How-to-build
Other
203 stars 93 forks source link

OpenCV 3.2.0 Comparability: loading dnn models #58

Open heyyjudes opened 7 years ago

heyyjudes commented 7 years ago

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 commented 7 years ago

Sorry for the late reply and inconvenience.

To update to OpenCV 3.2, you should

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