We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b49553 + 85c0c8c commit fce486cCopy full SHA for fce486c
modules/dnn/src/darknet/darknet_io.cpp
@@ -797,7 +797,7 @@ namespace cv {
797
int classes = getParam<int>(layer_params, "classes", -1);
798
int num_of_anchors = getParam<int>(layer_params, "num", -1);
799
float thresh = getParam<float>(layer_params, "thresh", 0.2);
800
- float nms_threshold = getParam<float>(layer_params, "nms_threshold", 0.4);
+ float nms_threshold = getParam<float>(layer_params, "nms_threshold", 0.0);
801
float scale_x_y = getParam<float>(layer_params, "scale_x_y", 1.0);
802
803
std::string anchors_values = getParam<std::string>(layer_params, "anchors", std::string());
0 commit comments