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
java Merge pull request #16273 from JulienMaille:wrapper_available_target 2020-01-17 19:24:37 +03:00
onnx
python dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
tensorflow
face_detector_accuracy.py
quantize_face_detector.py