mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge pull request #17371 from l-bat:nms_model
* Fix NMS bug in DetectionModel * Fixed comments * Refactoring
This commit is contained in:
@@ -69,7 +69,7 @@ class RegionLayerImpl CV_FINAL : public RegionLayer
|
||||
{
|
||||
public:
|
||||
int coords, classes, anchors, classfix;
|
||||
float thresh, nmsThreshold, scale_x_y;
|
||||
float thresh, scale_x_y;
|
||||
bool useSoftmax, useLogistic;
|
||||
#ifdef HAVE_OPENCL
|
||||
UMat blob_umat;
|
||||
|
||||
Reference in New Issue
Block a user