Anatoliy Talamanov
|
6c235c8edb
|
Merge pull request #23211 from TolyaTalamanov:at/pipeline-modeling-tool-perf-alignment
[G-API] Pipeline modeling tool: Refactor calculating performance statistics
* Add warmup execution
* Align perf metrics
* Add busy wait mode for source
* Small fix for late frames
* pl_fn to src_fn
* Change show statistics
* Correct warm-up iteration
* Properly calculate drop frames
* Enable frame dropping for streaming mode
* Enable frame dropping for streaming mode
* Fix comments to review
* Fix typos
* Cosmetic
|
2023-02-15 14:04:14 +03:00 |
|
TolyaTalamanov
|
5f50e7bafe
|
Criteria -> Criterion
|
2022-10-06 09:41:30 +00:00 |
|
TolyaTalamanov
|
1113c9ab10
|
Support num_iters criteria for pipeline tool
|
2022-10-04 08:37:56 +00:00 |
|
TolyaTalamanov
|
9fd877acc9
|
Merge branch '4.x' of github.com:opencv/opencv into at/sync-ie-request-pool
|
2022-10-04 06:48:28 +00:00 |
|
TolyaTalamanov
|
0cd4396180
|
Expand modeling tool to support infer_mode
|
2022-10-03 11:08:15 +00:00 |
|
TolyaTalamanov
|
b0b77b3047
|
Add cfgOutputPrecision
|
2022-10-03 08:04:31 +00:00 |
|
TolyaTalamanov
|
4521d66103
|
Remove r-value ref
|
2022-09-26 11:53:57 +00:00 |
|
TolyaTalamanov
|
ec92f3fefa
|
Apply comments
* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref
|
2022-09-16 15:24:13 +00:00 |
|
TolyaTalamanov
|
eb8883160d
|
Support config as part of Infer node in yml
|
2022-09-15 10:47:13 +00:00 |
|
Sergey Ivanov
|
f3945fbddb
|
Merge pull request #21688 from sivanov-work:vpp_ie_integration
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
|
2022-04-01 10:06:47 +00:00 |
|
Anatoliy Talamanov
|
9dd8e4df7f
|
Merge pull request #21719 from TolyaTalamanov:at/pipeline_modeling_tool-skip-frames-for-nodes
[G-API] Pipeline modeling tool: Skip frames
* Add skip feature
* Refactoring
* Fix warning
* Put more comments
* Fix comments to review
* Agregate common params into structure
* Fix warning
* Clean up & add test
* Add assert
* Fix warning on Mac
* Update modules/gapi/samples/pipeline_modeling_tool.cpp
Co-authored-by: Dmitry Matveev <dmitry.matveev@intel.com>
|
2022-03-25 08:22:45 +00:00 |
|
Anatoliy Talamanov
|
e5f2a8ebf2
|
Merge pull request #21636 from TolyaTalamanov:at/gapi_modeling_tool_drop_frames
[G-API] Pipeline modeling tool - support frame dropping for source
* Implement drop frames functionality for dummy src
* Reconsider frame dropping
* Fix comments
|
2022-03-15 18:27:39 +03:00 |
|
Anatoliy Talamanov
|
619b6dfae3
|
Merge pull request #21579 from TolyaTalamanov:at/handle-errors-in-iebackend
[G-API] Handle errors in IEBackend & modeling tool
* Handle errors in IEBackend & modeling tool
* Handle exceptions in callback
* Add const cv to exception
|
2022-02-09 16:52:23 +00:00 |
|
Anatoliy Talamanov
|
a92cba8484
|
Merge pull request #21477 from TolyaTalamanov:at/pipeline-builder-tool
[G-API] Implement G-API pipeline modeling tool
* Implement G-API pipeline builder tool
* Remove whitespaces from config
* Remove unused unittest stuff
* Fix comments to review
* Fix MAC warning
* Rename to pipeline_modeling_tool
* Move to opencv apps
* Move config to gapi/samples/data
* gapi: samples sources are installed automatically
|
2022-02-01 16:32:56 +03:00 |
|