1
0
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:
Liubov Batanina
2020-05-29 01:54:19 +03:00
committed by GitHub
parent 515a06cedf
commit d3aaf2d3a3
3 changed files with 63 additions and 34 deletions
+1 -1
View File
@@ -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;