add DLA, plugin for shortcut and leaky. new verison 0.4

This commit is contained in:
xavier
2020-01-15 21:48:18 +01:00
parent f3f5daf3db
commit da4f246157
5 changed files with 31 additions and 5 deletions
+3
View File
@@ -39,6 +39,9 @@ class Yolo3Detection {
// this is filled with results
std::vector<tk::dnn::box> detected;
// keep track of inference times (ms)
std::vector<double> stats;
Yolo3Detection() {}
virtual ~Yolo3Detection() {}
+1 -1
View File
@@ -5,4 +5,4 @@
#include "Layer.h"
#include "NetworkRT.h"
#define TKDNN_VERSION 300
#define TKDNN_VERSION 400