Opencv 3 Dnn caffe_googlenet

asked 2016-11-10 15:40:09 -0600

leofs gravatar image

updated 2017-12-30 14:20:28 -0600

Hi, i am running on ubuntu, (Code: http://docs.opencv.org/trunk/d5/de7/t... ) i am trying to use the caffe_googlenet.cpp code, but whenever i run it, it says that i does not understand what the command "using" is, so i tried to compile it on g++, but it says it can't find "opencv2/dnn.hpp", i can find it and, whenever i use -I to specify the path, the code says it has an error on the exec format, what can i do to run the code? ( bash: ./caffe: cannot execute binary file: Erro no formato exec) P.S: i dont know if the code is compiled correctly

edit retag flag offensive close merge delete

Comments

Hey leofs, has your error been solved? Look at usr/local/include/opencv2 path and see whether your dnn folder is there.

kevgeo gravatar imagekevgeo ( 2016-12-12 21:38:07 -0600 )edit