Merge branch 'master' of https://github.com/ceccocats/tkDNN into cnet

This commit is contained in:
Davide Sapienza
2020-01-20 16:41:19 +01:00
6 changed files with 32 additions and 5 deletions
+3
View File
@@ -40,6 +40,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