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
+2
View File
@@ -94,6 +94,8 @@ void Yolo3Detection::update(cv::Mat &imageORIG) {
netRT->infer(dim, input_d);
TIMER_STOP
dim.print();
stats.push_back(t_ns);
}
TIMER_START