mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
a110ede0a2
* G-API: Introduce ONNX backend for Inference - Basic operations are implemented (Infer, -ROI, -List, -List2); - Implemented automatic preprocessing for ONNX models; - Test suite is extended with `OPENCV_GAPI_ONNX_MODEL_PATH` env for test data (test data is an ONNX Model Zoo repo snapshot); - Fixed kernel lookup logic in core G-API: - Lookup NN kernels not in the default package, but in the associated backend's aux package. Now two NN backends can work in the same graph. - Added Infer SSD demo and a combined ONNX/IE demo; * G-API/ONNX: Fix some of CMake issues Co-authored-by: Pashchenkov, Maxim <maxim.pashchenkov@intel.com> |
||
---|---|---|
.. | ||
gapi_infer_ie_test.cpp | ||
gapi_infer_onnx_test.cpp | ||
gapi_infer_tests.cpp |