darknet parse all net to be tested
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ namespace tk { namespace dnn {
|
||||
|
||||
Yolo::Yolo(Network *net, int classes, int num, std::string fname_weights, int n_masks, float scale_xy) :
|
||||
Layer(net) {
|
||||
|
||||
this->final = true;
|
||||
|
||||
this->classes = classes;
|
||||
this->num = num;
|
||||
this->n_masks = n_masks;
|
||||
|
||||
Reference in New Issue
Block a user