yoloRT load anchors

This commit is contained in:
Francesco Gatti
2019-02-18 21:39:14 +01:00
parent bdd8e0bc26
commit 87fe342ca2
18 changed files with 164 additions and 207 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ class Yolo3Detection {
cv::Mat bgr[3];
public:
int classes = 10;
int num = 3;
int classes = 0;
int num = 0;
float thresh = 0.3;
cv::Scalar colors[256];