opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
75.7k stars 55.61k forks source link

Fixed ONNX range layer #25414

Closed alexlyulkov closed 2 weeks ago

alexlyulkov commented 2 weeks ago

Partially address https://github.com/opencv/opencv/issues/25363 Fixed ONNX range layer. It should support any input type. Added tests (extra PR)

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

asmorkalov commented 2 weeks ago

@fengyuentau @dkurt Could you take a look?