You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Cauchi
9d37cdaa66
Merge pull request #18891 from CowKeyMan:NMS_boxes_with_different_labels
...
Add option for NMS for boxes with different labels
* DetectionModel impl
* Add option for NMS for boxes with different labels
In the detect function in modules/dnn/include/opencv2/dnn/dnn.hpp, whose implementation can be found at modules/dnn/src/model.cpp, the Non Max Suppression (NMS) is applied only for objects of the same label. Thus, a flag
was added with the purpose to allow developers to choose if they want to keep the default implementation or wether they would like NMS to be applied to all the boxes, regardless of label.
The flag is called nmsDifferentLabels, and is given a default value of false, which applies the current default implementation, thus allowing existing projects to update opencv without disruption
Solves issue opencv#18832
* Change return type of set & Add default constr
* Add assertions due to default constructor
5 years ago
..
caffe
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
cuda
fix compile-time errors, disable unsupported tests
5 years ago
cuda4dnn
Merge pull request #18386 from JulienMaille:patch-1
5 years ago
darknet
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
layers
Merge pull request #18973 from sl-sergei:fix_vulkan_build
5 years ago
ocl4dnn
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
onnx
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
opencl
dnn(opencl): fix convolution kernel w/o bias with activation
5 years ago
tengine4dnn
Merge pull request #18323 from liqi-c:tengine-lite-update
5 years ago
tensorflow
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
torch
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
vkcom
Fixed build with latest Vulkan headers
5 years ago
dnn.cpp
enable fusion tests, update thresholds and fix missed eltwise fusions
5 years ago
dnn_common.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
graph_simplifier.cpp
Fix TensorFlow->ONNX imports
5 years ago
graph_simplifier.hpp
ONNX: upsample subgraph fusion added
5 years ago
halide_scheduler.cpp
fix doc.
7 years ago
halide_scheduler.hpp
dnn: move module from opencv_contrib
8 years ago
ie_ngraph.cpp
Merge pull request #18220 from Omar-AE:hddl-supported
5 years ago
ie_ngraph.hpp
dnn: update network dump code, include ngraph serialization
5 years ago
init.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
model.cpp
Merge pull request #18891 from CowKeyMan:NMS_boxes_with_different_labels
5 years ago
nms.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
7 years ago
nms.inl.hpp
dnn: add an accuracy test for NMS
8 years ago
op_cuda.hpp
transfer output blobs in background
5 years ago
op_halide.cpp
core: added MatSize::dims() method
7 years ago
op_halide.hpp
dnn: apply CV_OVERRIDE/CV_FINAL
7 years ago
op_inf_engine.cpp
Merge pull request #18220 from Omar-AE:hddl-supported
5 years ago
op_inf_engine.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
op_vkcom.cpp
Merge pull request #12703 from wzw-intel:vkcom
7 years ago
op_vkcom.hpp
Merge pull request #12703 from wzw-intel:vkcom
7 years ago
precomp.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago