This commit is contained in:
Francesco Gatti
2019-02-18 15:51:57 +00:00
parent 0d682136de
commit 13063b904d
3 changed files with 15 additions and 8 deletions
+4
View File
@@ -11,6 +11,8 @@
#include <tkDNN/tkdnn.h>
namespace tk { namespace dnn {
/**
*
* @author Francesco Gatti
@@ -51,3 +53,5 @@ class Yolo3Detection {
void update(cv::Mat &frame);
};
}}