yoloRT load anchors

This commit is contained in:
Francesco Gatti
2019-02-18 21:39:14 +01:00
parent bdd8e0bc26
commit 87fe342ca2
18 changed files with 164 additions and 207 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("yolo3_berkeley");
yolo.init("yolo3_berkeley.rt");
gRun = true;