You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've properly followed your readme steps and while trying to build the detector, I've encountered
some recurring problems regarding the caffe framework.
e.g.: src/caffe/net.cpp:29:1: error: prototype for ‘caffe::Net::Net(const caffe::NetParameter&, const caffe::Net)’ does not match any in class ‘caffe::Net’
Net::Net(const NetParameter& param, const Net root_net)
^
In file included from src/caffe/net.cpp:11:0:
/usr/local/include/caffe/net.hpp:339:1: error: candidates are: caffe::Net::Net(const caffe::Net&)
DISABLE_COPY_AND_ASSIGN(Net);
^
In file included from src/caffe/net.cpp:13:0:
/usr/local/include/caffe/net.hpp:27:12: error: caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >)
explicit Net(const string& param_file, Phase phase,
^
/usr/local/include/caffe/net.hpp:26:12: error: caffe::Net::Net(const caffe::NetParameter&)
explicit Net(const NetParameter& param);
^
src/caffe/net.cpp:35:1: error: prototype for ‘caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >, const caffe::Net)’ does not match any in class ‘caffe::Net’
Net::Net(const string& param_file, Phase phase,
^
In file included from src/caffe/net.cpp:11:0:
/usr/local/include/caffe/net.hpp:339:1: error: candidates are: caffe::Net::Net(const caffe::Net&)
DISABLE_COPY_AND_ASSIGN(Net);
^
In file included from src/caffe/net.cpp:13:0:
/usr/local/include/caffe/net.hpp:27:12: error: caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >)
explicit Net(const string& param_file, Phase phase,
^
/usr/local/include/caffe/net.hpp:26:12: error: caffe::Net::Net(const caffe::NetParameter&)
I do believe I've followed your steps correctly, hence I have some questions:
Is this a known problem?
What version of caffe are you guys using?
Am I perhaps missing out on some libraries that aren't explicitly mentioned within your readme?
thanks in advance!
The text was updated successfully, but these errors were encountered:
I've properly followed your readme steps and while trying to build the detector, I've encountered
some recurring problems regarding the caffe framework.
e.g.:
src/caffe/net.cpp:29:1: error: prototype for ‘caffe::Net::Net(const caffe::NetParameter&, const caffe::Net)’ does not match any in class ‘caffe::Net’
Net::Net(const NetParameter& param, const Net root_net)
^
In file included from src/caffe/net.cpp:11:0:
/usr/local/include/caffe/net.hpp:339:1: error: candidates are: caffe::Net::Net(const caffe::Net&)
DISABLE_COPY_AND_ASSIGN(Net);
^
In file included from src/caffe/net.cpp:13:0:
/usr/local/include/caffe/net.hpp:27:12: error: caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >)
explicit Net(const string& param_file, Phase phase,
^
/usr/local/include/caffe/net.hpp:26:12: error: caffe::Net::Net(const caffe::NetParameter&)
explicit Net(const NetParameter& param);
^
src/caffe/net.cpp:35:1: error: prototype for ‘caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >, const caffe::Net)’ does not match any in class ‘caffe::Net’
Net::Net(const string& param_file, Phase phase,
^
In file included from src/caffe/net.cpp:11:0:
/usr/local/include/caffe/net.hpp:339:1: error: candidates are: caffe::Net::Net(const caffe::Net&)
DISABLE_COPY_AND_ASSIGN(Net);
^
In file included from src/caffe/net.cpp:13:0:
/usr/local/include/caffe/net.hpp:27:12: error: caffe::Net::Net(const string&, caffe::Phase, int, const std::vector<std::__cxx11::basic_string >)
explicit Net(const string& param_file, Phase phase,
^
/usr/local/include/caffe/net.hpp:26:12: error: caffe::Net::Net(const caffe::NetParameter&)
I do believe I've followed your steps correctly, hence I have some questions:
thanks in advance!
The text was updated successfully, but these errors were encountered: