* 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>
|
||
|---|---|---|
| .. | ||
| api_example.cpp | ||
| api_ref_snippets.cpp | ||
| draw_example.cpp | ||
| dynamic_graph.cpp | ||
| gaze_estimation.cpp | ||
| infer_ie_onnx_hybrid.cpp | ||
| infer_single_roi.cpp | ||
| infer_ssd_onnx.cpp | ||
| kernel_api_snippets.cpp | ||
| privacy_masking_camera.cpp | ||
| slides_blur_gapi.cpp | ||
| slides_sobel_cv.cpp | ||
| slides_sobel_gapi.cpp | ||
| text_detection.cpp | ||