dnn: fix LayerFactory initialization

This commit is contained in:
Alexander Alekhin
2017-06-27 20:34:17 +03:00
parent 82ec76c123
commit 00dd433368
10 changed files with 168 additions and 142 deletions
-2
View File
@@ -62,8 +62,6 @@ int main(int argc, char** argv)
return 0;
}
cv::dnn::initModule(); //Required if OpenCV is built as static libs
String modelConfiguration = parser.get<string>("proto");
String modelBinary = parser.get<string>("model");