add DLA, plugin for shortcut and leaky. new verison 0.4
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user