Add python bindings for G-API onnx
authorxiong-jie-y <fwvillage@gmail.com>
Fri, 20 May 2022 11:49:15 +0000 (20:49 +0900)
committerxiong-jie-y <fwvillage@gmail.com>
Thu, 2 Jun 2022 10:09:26 +0000 (19:09 +0900)
commitea2527c2d18aa7237c90f562d698f63c80e37660
tree219394519b4eaecd75e1f366cb66de523415ff1e
parent9da9e8244b75a3754ff3a5d07ffdac46ee28ab6b
Add python bindings for G-API onnx
modules/gapi/CMakeLists.txt
modules/gapi/include/opencv2/gapi/infer/bindings_onnx.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer/onnx.hpp
modules/gapi/misc/python/pyopencv_gapi.hpp
modules/gapi/misc/python/shadow_gapi.hpp
modules/gapi/misc/python/test/test_gapi_infer_onnx.py [new file with mode: 0644]
modules/gapi/src/backends/onnx/bindings_onnx.cpp [new file with mode: 0644]
modules/gapi/src/backends/onnx/gonnxbackend.cpp