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