1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Add python bindings for G-API onnx

This commit is contained in:
xiong-jie-y
2022-05-20 20:49:15 +09:00
parent 9da9e8244b
commit ea2527c2d1
8 changed files with 206 additions and 3 deletions
+1
View File
@@ -79,5 +79,6 @@ namespace streaming
namespace detail
{
gapi::GNetParam GAPI_EXPORTS_W strip(gapi::ie::PyParams params);
gapi::GNetParam GAPI_EXPORTS_W strip(gapi::onnx::PyParams params);
} // namespace detail
} // namespace cv