yoloRT load anchors
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user