yolo3plug fix

This commit is contained in:
Francesco Gatti
2019-02-18 18:55:48 +00:00
parent 738fa94150
commit bdd8e0bc26
9 changed files with 1209 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
signal(SIGINT, sig_handler);
tk::dnn::Yolo3Detection yolo;
yolo.init("./");
yolo.init("yolo3_berkeley");
gRun = true;