opencv/modules/gapi
Anatoliy Talamanov 93c3775927
Merge pull request #18491 from TolyaTalamanov:at/wrap-inference
[G-API] Wrap cv::gapi::infer<Generic> into python

* Introduce generic infer

* Move Generic to infer.hpp

* Removew num_outs

* Fix windows warnings

* Fix comments to review

* Fix doxygen

* Add comment

* Fix comments to review

* Wrap inference to python

* Add default ctor to Params

* Add test

* Fix clang build

* Implement GInferInputs/GInferOutputs as Pimpl

* Add checkIEtarget to infer test

* Fix path

* Supress warning

* Use getAvailableDevices insted of checkIETarget

* Move PyParams to bindings_ie

* Add namespace

* Update CMakeLists.txt
2020-10-26 19:02:03 +00:00
..
cmake Added linkage of s11n required libs in standalone 2020-09-24 17:44:58 +03:00
doc Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
include/opencv2 Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
misc/python Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
perf G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
samples G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
test G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
CMakeLists.txt Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00