1. 24 8月, 2021 1 次提交
    • A
      Merge pull request #20555 from TolyaTalamanov:at/fix-compileStreaming-bug · 5ad6ff23
      Anatoliy Talamanov 提交于
      [G-API] Extend compileStreaming to support different overloads
      
      * Make different overloads
      
      * Order python compileStreaming overloads
      
      * Fix compileStreaming bug
      
      * Replace
      
      gin -> descr_of
      
      * Set error message
      
      * Fix review comments
      
      * Use macros for pyopencv_to GMetaArgs
      * Use GAPI_PROP_RW
      * Not split Prims python stuff
      5ad6ff23
  2. 02 7月, 2021 1 次提交
  3. 01 7月, 2021 1 次提交
  4. 30 6月, 2021 1 次提交
  5. 19 6月, 2021 1 次提交
  6. 01 6月, 2021 1 次提交
  7. 31 3月, 2021 1 次提交
  8. 26 3月, 2021 1 次提交
  9. 19 3月, 2021 1 次提交
  10. 01 3月, 2021 1 次提交
    • A
      Merge pull request #19322 from TolyaTalamanov:at/python-callbacks · eb82ba36
      Anatoliy Talamanov 提交于
      [G-API] Introduce cv.gin/cv.descr_of for python
      
      * Implement cv.gin/cv.descr_of
      
      * Fix macos build
      
      * Fix gcomputation tests
      
      * Add test
      
      * Add using to a void exceeded length for windows build
      
      * Add using to a void exceeded length for windows build
      
      * Fix comments to review
      
      * Fix comments to review
      
      * Update from latest master
      
      * Avoid graph compilation to obtain in/out info
      
      * Fix indentation
      
      * Fix comments to review
      
      * Avoid using default in switches
      
      * Post output meta for giebackend
      eb82ba36
  11. 28 11月, 2020 1 次提交
  12. 27 10月, 2020 1 次提交
    • A
      Merge pull request #18491 from TolyaTalamanov:at/wrap-inference · 93c37759
      Anatoliy Talamanov 提交于
      [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
      93c37759
  13. 15 10月, 2020 1 次提交
  14. 08 10月, 2020 1 次提交
    • A
      Merge pull request #18496 from AsyaPronina:comp_args_serialization · af2f8c69
      Anastasiya(Asya) Pronina 提交于
      Serialization && deserialization for compile arguments
      
      * Initial stub
      
      * Add test on serialization of a custom type
      
      * Namespaces rework
      
      * Fix isSupported in test struct
      
      * Fix clang lookup issue
      
      * Initial implementation
      
      * Drop the isSupported flag
      
      * Initial implementation
      
      * Removed internal header inclusion
      
      * Switched to public API
      
      * Implemented serialization
      
      * Adding desirialize: WIP
      
      * Fixed merge errors
      
      * Implemented
      
      * Final polishing
      
      * Addressed review comments and added debug throw
      
      * Added FluidROI test
      
      * Polishing
      
      * Polishing
      
      * Polishing
      
      * Polishing
      
      * Polishing
      
      * Updated CMakeLists.txt
      
      * Fixed comments
      
      * Addressed review comments
      
      * Removed decay from deserialize_arg
      
      * Addressed review comments
      
      * Removed extra inclusion
      
      * Fixed Win64 warning
      
      * Update gcommon.hpp
      
      * Update serialization.cpp
      
      * Update gcommon.hpp
      
      * gapi: drop GAPI_EXPORTS_W_SIMPLE from GCompileArg
      Co-authored-by: NSmirnov Alexey <alexey.smirnov@intel.com>
      Co-authored-by: NAsyaPronina <155jj@mail.ru>
      af2f8c69
  15. 29 9月, 2020 1 次提交
  16. 18 9月, 2020 1 次提交
  17. 29 7月, 2020 1 次提交
    • A
      Merge pull request #17493 from TolyaTalamanov:at/python-bindings-gapi · c708f506
      Anatoliy Talamanov 提交于
      * Implement G-API python bindings
      
      * Fix hdr_parser
      
      * Drop initlization with brackets using regexp
      
      * Handle bracket initilization another way
      
      * Add test for core operations
      
      * Declaration and definition of View constructor now in different files
      
      * Refactor tests
      
      * Remove combine decorator from tests
      
      * Fix comment to review
      
      * Fix test
      
      * Fix comments to review
      
      * Remove GCompilerArgs implementation from python
      Co-authored-by: NPinaev <danil.pinaev@intel.com>
      c708f506