1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00
Files
opencv/cmake
Abhishek Gola 95c66292b5 Merge pull request #28444 from abhishek-gola:added_ORT_wrapper
Added ONNX Runtime as an optional wrapper #28444

This PR adds ONNXRuntime (ORT) as an _optional_ wrapper, which can be enabled by adding **WITH_ONNXRUNTIME** flag in CMake command.

Using ORT wrapper the inference time for _resnet50.onnx model_ has come to _**~7ms**_ from _**~14ms**_.
Also, we are able to run models like `ssd_mobilenet_v1.onnx`.
### Pull Request Readiness Checklist

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

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2026-02-27 15:47:12 +03:00
..
2026-02-14 15:37:33 +03:00
2025-11-18 08:51:08 +03:00
2025-02-05 09:28:27 +03:00
2025-05-07 13:17:42 +03:00
2025-09-10 10:46:54 +03:00
2025-11-18 08:51:08 +03:00
2025-09-26 12:10:49 +03:00
2025-10-23 08:11:04 +03:00
2025-07-22 09:47:19 +03:00
2024-01-19 17:32:22 +03:00
2024-08-28 15:06:19 +03:00
2025-06-10 10:16:50 +03:00
2026-02-14 15:37:33 +03:00
2021-12-10 16:14:56 +00:00