dpanicka

Results 1 issues of dpanicka

Looking through the NMS implementation, I have a couple of queries based on the documentation from [Tensorflow V4](https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/non-max-suppression-v4) and [ONNX NMS](https://github.com/onnx/onnx/blob/master/docs/Operators.md#NonMaxSuppression). - Why is the box with minimum scores calculated...