opencv/modules/dnn/misc
Pavel Rojtberg 66cf55ea1f dnn: expose only float variant of NMSBoxes for bindings
the float variant was always shadowed by the int version as
Rect2d is implicitly convertible to Rect.
This swaps things which is fine, as the vector of boxes was always
copied and the computation was done in double.
2020-03-19 12:36:35 +01:00
..
caffe Support for several min and max sizes in PriorBox layer (Merge pull request #15076) 2019-07-30 17:23:47 +03:00
java Merge pull request #16273 from JulienMaille:wrapper_available_target 2020-01-17 19:24:37 +03:00
onnx Merge pull request #12071 from l-bat/l-bat:onnx_parser 2018-09-10 21:07:51 +03:00
python dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
tensorflow dnn(tensorflow): re-generate files using protoc 2018-09-12 21:33:45 +03:00
face_detector_accuracy.py Fixes for OpenCV face detection network 2019-07-27 17:25:09 +02:00
quantize_face_detector.py Fixes for OpenCV face detection network 2019-07-27 17:25:09 +02:00