1. 24 5月, 2023 1 次提交
  2. 11 4月, 2023 2 次提交
  3. 10 4月, 2023 1 次提交
  4. 19 12月, 2022 1 次提交
    • A
      Merge pull request #22935 from alalek:gapi_error · 91998d64
      Alexander Alekhin 提交于
      G-API: replace GAPI_Assert() with 'false' and '0' to GAPI_Error()
      
      * gapi: GAPI_Error() macro
      
      * gapi: replace GAPI_Assert() with 'false' and '0' to GAPI_Error()
      
      * build: eliminate 'unreachable code' after CV_Error() (MSVC 2015)
      
      * build: eliminate 'unreachable code' warning for MSVS 2015/2017
      
      - observed in constructors stubs with throwing exception
      91998d64
  5. 03 10月, 2022 7 次提交
  6. 08 7月, 2022 1 次提交
  7. 14 4月, 2022 1 次提交
  8. 04 4月, 2022 1 次提交
  9. 01 4月, 2022 1 次提交
    • S
      Merge pull request #21688 from sivanov-work:vpp_ie_integration · f3945fbd
      Sergey Ivanov 提交于
      G-API: VPP preprocessing GIEBackend integration
      
      * Add ROI in VPP prepro
      
      * Apply comments
      
      * Integration to IE
      
      * Removed extra invocations
      
      * Fix no-vpl compilation
      
      * Fix compilations
      
      * Apply comments
      
      * Use thin wrapper for device & ctx
      
      * Implement Device/Context constructor functions
      
      * Apply samples comment
      
      * Fix compilation
      
      * Fix compilation
      
      * Fix build
      
      * Separate Device&Context from selector, apply other comments
      
      * Fix typo
      
      * Intercept OV exception with pretty print out
      f3945fbd
  10. 25 3月, 2022 1 次提交
    • A
      Merge pull request #21660 from TolyaTalamanov:at/handle-exception-in-streamingexecutor · d98e07c3
      Anatoliy Talamanov 提交于
      [G-API] Handle exceptions in streaming executor
      
      * Handle exceptions in streaming executor
      
      * Rethrow exception in non-streaming executor
      
      * Clean up
      
      * Put more tests
      
      * Handle exceptions in IE backend
      
      * Handle exception in IE callbacks
      
      * Handle exception in GExecutor
      
      * Handle all exceptions in IE backend
      
      * Not only (std::exception& e)
      
      * Fix comments to review
      
      * Handle input exception in generic way
      
      * Fix comment
      
      * Clean up
      
      * Apply review comments
      
      * Put more comments
      * Fix alignment
      * Move test outside of HAVE_NGRAPH
      
      * Fix compilation
      d98e07c3
  11. 24 2月, 2022 1 次提交
    • S
      Merge pull request #21618 from sivanov-work:vpp_preproc_core · 8f1c502d
      Sergey Ivanov 提交于
      G-API: Add VPL/VPP preproc core module
      
      * Add BaseMediAdapter for VPL
      
      * Add PreprocSession & PreprocEngine interface part
      
      * Implement preproc UT, Fix base path
      
      * Add common PP interface, add common pp_params
      
      * Rough decoupling VPL & Preproc
      
      * Add syntax sugar for PP interface
      
      * Integrate VPP preproc in GIEbackend
      
      * Add PP bypass
      
      * Add perf tests for PP
      
      * Fix warning in vpl core UT
      
      * Add inner preproc resolution Unit Test
      
      * Remove VPP preproc description from single ROI sample
      
      * Apply SetROIBlob for diferent Infer operations
      
      * Eliminate extra branch-lines for cfg_param_parser & transcode_engine
      
      * Fix UT warning &PreprocSession compile
      
      * Fix compilation & warnings
      
      * Reduce Session&Engine code amount
      
      * Apply some comments
      
      * Revert IE changes, rename preproc
      
      * Fix for DX11 infer for OV: turn off texture array
      
      * Remove dependency PP on IE
      
      * Change fixture tests params
      
      * Apply other comments & turn off ROI for GPU
      
      * Fix compilation: remove forgotten INFER define
      
      * Apply debt comments
      
      * Fix PP UTs: add FrameInfo value comparator
      
      * Fix style
      
      * Remove standalone map for preproc frames storage
      
      * Add other comments
      8f1c502d
  12. 10 2月, 2022 1 次提交
  13. 08 2月, 2022 1 次提交
  14. 03 2月, 2022 1 次提交
  15. 24 1月, 2022 1 次提交
    • S
      Merge pull request #21232 from sivanov-work:vpl_gpu_remote_infer · 266835cd
      Sergey Ivanov 提交于
      G-API: oneVPL DX11 inference
      
      * Draft GPU infer
      
      * Fix incorrect subresource_id for array of textures
      
      * Fix for TheOneSurface in different Frames
      
      * Turn on VPP param configuration
      
      * Add cropIn params
      
      * Remove infer sync sample
      
      * Remove comments
      
      * Remove DX11AllocResource extra init
      
      * Add condition for NV12 processing in giebackend
      
      * Add VPP frames pool param configurable
      
      * -M Remove extra WARN & INFOs, Fix custom MAC
      
      * Remove global vars from example, Fix some comments, Disable blobParam due to OV issue
      
      * Conflict resolving
      
      * Revert back pointer cast for cv::any
      266835cd
  16. 13 1月, 2022 1 次提交
  17. 24 12月, 2021 1 次提交
  18. 16 11月, 2021 2 次提交
    • A
      Merge pull request #20925 from TolyaTalamanov:at/enable-2d-inputs-giebackend · c7df8246
      Anatoliy Talamanov 提交于
      [G-API] Enable 2D inputs for GIEBackend
      
      * Enable 2D inputs
      
      * Fix typo
      c7df8246
    • A
      Merge pull request #20918 from TolyaTalamanov:at/fix-empty-map-importNetwork · 2b2e515a
      Anatoliy Talamanov 提交于
      [G-API] Fix bugs in GIEBackend
      
      * Remove inputs/outputs map from IEUnit
      
      * Add test
      
      * Add NV12 test
      
      * Reorganize setBlob function
      
      * Check that backend don't overwrite blob precision
      
      * Stop setting config to global IE::Core
      
      * Replace mutable to const_cast
      
      * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp
      
      * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp
      
      * Make blob parameter as const ref
      
      * Cosmetic fixes
      
      * Fix failed test on inferROI
      
      * Removed double ref for ii
      
      * Disable tests
      
      * Skip tests if device not available
      
      * Use Sync prim under shared_ptr to avoid issue on MAC
      
      * Apply WA for IE::Core
      
      * Apply WA for MAC build
      
      * Try to apply another WA
      
      * Not release IE::Core for apple
      
      * Put comment
      
      * Support PreprocInfo for
      
      * InferROI
      * InferList
      * InferList2
      
      * Remove empty line
      
      * Fix alignment
      Co-authored-by: NMaxim Pashchenkov <maxim.pashchenkov@intel.com>
      2b2e515a
  19. 19 10月, 2021 1 次提交
  20. 01 10月, 2021 1 次提交
  21. 18 8月, 2021 1 次提交
  22. 05 8月, 2021 1 次提交
  23. 26 6月, 2021 1 次提交
    • A
      Merge pull request #20156 from smirnov-alexey:as/gapi_remote_infer · c95a5645
      Alexey Smirnov 提交于
      G-API: Support remote inference
      
      * Extend MediaFrame to be able to extract additional info besides access
      
      * Add API for remote inference
      
      * Add default implementation for blobParams()
      
      * Add default implementation for blobParams()
      
      * Address review comments
      
      * Fix any_cast usage
      
      * Add comment on the default blobParams()
      
      * Address review comments
      
      * Add missing rctx
      
      * Minor fix
      
      * Fix indentation and comment
      
      * Address review comments
      
      * Add documentation
      c95a5645
  24. 18 5月, 2021 1 次提交
  25. 12 5月, 2021 1 次提交
  26. 11 5月, 2021 1 次提交
  27. 24 4月, 2021 1 次提交
  28. 31 3月, 2021 1 次提交
    • M
      Merge pull request #19752 from mpashchenkov:mp/onnx-int64-to-32 · 69fc0acd
      Maxim Pashchenkov 提交于
      G-API: ONNX. Adding INT64-32 conversion for output.
      
      * Added int64 to 32 conversion
      
      * Added warning
      
      * Added type checks for all toCV
      
      * Added type checks for tests
      
      * Small fixes
      
      * Const for fixture in test
      
      * std::tuple if retutn value for toCV
      
      * Mistake
      
      * Changed toCV for tests
      
      * Added Assert
      
      * Fix for comments
      
      * One conversion for ONNX and IE
      
      * Clean up
      
      * One more fix
      
      * Added copyFromONNX
      
      * Removed warning
      
      * Apply review comments
      69fc0acd
  29. 30 3月, 2021 1 次提交
  30. 22 3月, 2021 1 次提交
  31. 19 3月, 2021 2 次提交