Ask Your Question

leofs's profile - activity

2016-11-11 02:45:18 -0600 asked a question Opencv 3 Dnn caffe_googlenet

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