Dmitry Pigasin
bacf597516
[CPP Speech Sample] Improve -o and -oname flags ( #10321 )
...
* Improve `-o` and `-oname` flags
* Apply clang-format tool
* fix saving output files
* Apply clang-format
* Fix error when `-oname` not specified
* apply clang format
* Fix error `-oname`
* Use output name with port to find model output
* fix comment line breaking
* fix comparison with reference for multiple outputs
* Fix output name printing error
* try to fix clang format
* fix problem with bs > 1
* minimal change to rerun test pipeline
* clang format
* Revert "Fix error `-oname`"
This reverts commit c33d5f16e8 .
2022-02-25 11:25:35 +03:00
Fedor Zharinov
75cca1e9e9
[benchamrk_app] error if -b is set but there's no batch info ( #10592 )
...
* Added code showing error message if -b is provided, but got no batch info for inputs
* stylefix / batch>1 case
2022-02-23 01:30:08 +03:00
Ilya Lavrenov
5b3b48aa17
samples overview & model protection: docs ( #10596 )
...
* Renamed hetero md
* Renamed some guides
* Updated OpenVINO_Runtime_User_Guide.md
* Updated plugin's page
* More updates
* Fixed links
* Updated link names
* Fixed links
* Fixed docs build
* Self-review
* Fixed issues in doc snippets
* Updated Samples_Overview.md
* Updated model protection guide
* Renamed ngraph_function creation samples
2022-02-22 20:11:42 +03:00
Anton Romanov
c80a872f73
Fix Coverity in samples ( #10583 )
...
* Fix coverity samples
* Fixed coverity issue in speech sample
2022-02-22 14:49:35 +03:00
Ilya Lavrenov
991c9db1c1
Config api docs ( #10563 )
...
* Renamed hetero md
* Renamed some guides
* Updated OpenVINO_Runtime_User_Guide.md
* Updated plugin's page
* More updates
* Fixed links
* Updated link names
* Fixed links
* Fixed docs build
* Self-review
* Fixed issues in doc snippets
2022-02-22 14:32:57 +03:00
Maxim Gordeev
e7145bd343
[IE Samples] Changed input's tensor preprocessing for speech sample ( #10552 )
...
* Changed input's tensor preprocessing
* improved processing
2022-02-21 23:29:38 +03:00
Fedor Zharinov
4decf16927
Set Latency performance mode in case of sync mode. ( #10516 )
2022-02-21 18:08:05 +03:00
Ilya Lavrenov
68e873c6c8
Config and hetero ( #10555 )
...
* Updated properties documentation
* Fixed doc refernce
* merged snipet files
* fixed build
* Updated Hetero docs
* Self-review
Co-authored-by: Anton Pankratv <anton.pankratov@intel.com >
2022-02-21 16:01:47 +03:00
Xuejun Zhai
2ac15eae3d
[CVS-78727] bug fix for -d AUTO:CPU,GPU the return device should be AUTO only ( #10417 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-18 09:56:56 +03:00
Anton Romanov
b8ac041da9
Fixed coverity issues in samples ( #10421 )
...
* Fixed coverity issues
* Fixed coverity isuues samples part 2
* Fixed code style
* Delete goto
* update after comments
2022-02-18 08:08:09 +03:00
Anton Pankratov
61f657795c
Streams property with special values ( #10411 )
...
* Streams property with special values
* Fixed clang
2022-02-17 16:39:06 +03:00
Fedor Zharinov
198f44fdc7
Fix for missing throughput in case of Multi device ( #10407 )
...
* Fix for missing throughput in case of Multi device
* stylefix
2022-02-17 16:32:19 +03:00
Maxim Gordeev
3144c5fab8
Added processing of layout for speech sample ( #10254 )
...
* Added processing of layout for speech sample
* fixed notes
* some improvements
* Code style format
* changed NCC value for NullStatement
* improved batch processing
* added loading batch for imported model
* fixed notes
* fixed notes
* added layout parameter to azure tests
2022-02-17 16:11:57 +03:00
Anton Pankratov
d1378d94b8
Fixed default inference precision in benchmark app ( #10443 )
2022-02-17 13:53:50 +03:00
Vladimir Dudnik
29883a152a
fix 79520 ( #10449 )
2022-02-17 10:52:30 +03:00
Fedor Zharinov
00abcbacc4
Fix for Layout and image_info related issues ( #10258 )
...
* bugfix78627
* stylefix
* fix
2022-02-17 00:42:51 +03:00
Nadezhda Ageeva
fc5a416423
[SAMPLES][GNA] Update C++ speech sample with new config API ( #10357 )
...
* [SAMPLES][GNA] Update speech sample with new cofig API
* Review comments
* Some additional checks
2022-02-16 13:23:50 +03:00
Anton Pankratov
39c90e9d48
Streams number fix ( #10336 )
...
* Streams number fix
* fixed perfomance hint
* fixed format
* removed dbg
* simplified code
* reverted becnhmark_app
2022-02-15 08:04:45 +00:00
bell
f75e50cc88
limit gpu compiling threads ( #10349 )
...
* limit gpu compiling threads
Signed-off-by: fishbell <bell.song@intel.com >
* switch to 2.0
Signed-off-by: fishbell <bell.song@intel.com >
* clang format
Signed-off-by: fishbell <bell.song@intel.com >
2022-02-15 08:52:49 +03:00
Dmitry Pigasin
3a5d821219
[IE Python Sample] Update docs ( #9807 )
...
* update hello_classification readme
* update classification_async readme
* update hello_query_device readme
* Fix hello_classification launch line
* Update hello_reshape_ssd readme
* update speech sample docs
* update ngraph sample docs
* fix launch command
* refactor py ngraph imports
* Replace `network` with `model`
* update example section with openvino-dev
* Update samples/python/classification_sample_async/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/classification_sample_async/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/hello_classification/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/hello_classification/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/hello_reshape_ssd/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update samples/python/ngraph_function_creation_sample/README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Replace `Inference Engine` with `OpenVINO`
* fix ngraph ref
* Replace `Inference Engine` by `OpenVINO™ Runtime`
* Fix IR mentions
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com >
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-02-14 19:03:45 +03:00
Dmitry Pigasin
310eb81403
[IE Samples] Update docs for C++ samples ( #9937 )
...
* update hello classification readme
* update hello classification readme
* update classification async readme
* replace `network` with `model`
* update example section with openvino-dev
* update hello query device readme
* Update hello reshape readme
* Update ngraph func creation readme
* update speech sample readme
* update hello nv12 readme
* Apply suggestions from code review
review comments accepted
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Replace `Inference Engine` with `OpenVINO`
* fix model ref
* Replace `Inference Engine` by `OpenVINO™ Runtime`
* Fix IR mentions
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com >
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
2022-02-14 19:03:19 +03:00
Ilya Lavrenov
2d3bd40c3d
Removed dead code ( #10331 )
2022-02-14 17:57:27 +03:00
Xuejun Zhai
9b41aa707d
Modify for CVS-69023: hint configuration ( #10259 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-14 17:46:11 +03:00
Dmitry Pigasin
9b1e4b801b
Add -layout option ( #10272 )
2022-02-14 14:47:10 +03:00
Anton Pankratov
897e2acd91
Default value of streams in ba is AUTO ( #10305 )
2022-02-12 00:09:31 +03:00
Yuan Hu
7abd61f867
[AUTOPLUGIN] OV config 2.0 support ( #10191 )
...
* add support for LOG_LEVEL and supported_properties
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* fix compile error
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* add test case for log_level and full_name
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* update to ov 2.0
Signed-off-by: fishbell <bell.song@intel.com >
* fix benchmark_app faild for AUTO:GPU, GPU
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* add case
Signed-off-by: fishbell <bell.song@intel.com >
* refine logic
Signed-off-by: fishbell <bell.song@intel.com >
* add test cases
Signed-off-by: fishbell <bell.song@intel.com >
* add more cases
Signed-off-by: fishbell <bell.song@intel.com >
* fix redifinition
Signed-off-by: fishbell <bell.song@intel.com >
* cpu plugin only in cpu tests
Signed-off-by: fishbell <bell.song@intel.com >
* typo in parameter
Signed-off-by: fishbell <bell.song@intel.com >
* use _core directly
Signed-off-by: fishbell <bell.song@intel.com >
* fix multi case failure
Signed-off-by: fishbell <bell.song@intel.com >
Co-authored-by: fishbell <bell.song@intel.com >
2022-02-11 23:39:09 +08:00
Anton Pankratov
1621a5a0b5
Used new config for streams and threads ( #10150 )
...
* Used new config for streams and threads
* Fixed review coments in ba
* format fix
* fixed hello_query_device
* Added STL string io
* fixed tests
* Fixed test
* Fixed build
* fixed format
* Fixed build
* try fix win
* other any io specialization
* Fixed after merge
* renamed streams
* build fixed
* fixed build
* fixed format
* fix for old mac build
* Fixed type of exception
* test fix
2022-02-11 09:22:45 +03:00
Sergey Shlyapnikov
8f0e974ee6
[GPU] Add new properties and fix bechmark_app ( #10149 )
2022-02-09 09:18:54 +03:00
Alexandra Sidorova
57b08583cc
[Benchmark] Align comments with command argument 'data_shape' ( #9897 )
2022-02-07 13:31:38 +03:00
Anastasia Kuporosova
3c13cea02b
[Python API] Fix import/export of model + update speech sample ( #10103 )
...
* Fix import/export of model
* update speech sample
* fix code-style
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com >
2022-02-07 12:12:06 +03:00
Fedor Zharinov
38f470c184
set U8 precision for image-like inputs even in case of random filling ( #10140 )
2022-02-07 12:09:16 +03:00
Ilya Churaev
a2ca1d4499
Merge IE & nGraph DG ( #10055 )
...
* Changed folder for documentation
* Fixed links
* Merged nGraph DG to OpenVINO Runtime UG
* Fixed errors
* Fixed some issues
* Fixed tree
* Fixed typo
* Update docs/documentation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed name
* FIxed snippets
* Small fixes
* Update docs/HOWTO/Custom_Layers_Guide.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed comments
* Try to fix doc
* Try to fix doc issue
* Update docs/OV_Runtime_UG/Integrate_with_customer_application_new_API.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-02-07 06:57:35 +03:00
Anton Pankratov
ced90de0a5
PERF_COUNT replaced with ov::enable_profiling ( #10118 )
...
* String conversions in any
* Fixed chaching tests
* Fixed tests
* fixed build
* PERF_COUNT replaced with ov::enable_profiling
* fixed format
* fixed format
* fixed optimal config
* merge fix
* fix build
* format fix
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-02-05 13:27:46 +03:00
Aleksandr Korolev
9743784f91
[VPU] update config header ( #9857 )
...
* [VPU] update config header
* Review fixes
* Performance hint config update
* Removal deprecated vpu config stuff
* Review changes
* Rename myriad properties from camelCase to snake_case
* Review changes
* Review fixes
* Removal intel_myriad::common namespace
* OV throughput stream option
* Test fix
* Reverted disable_convert & disable_reorder
* Bugfixes
* Change default value for PerformanceHintNumRequestsOption
2022-02-04 16:32:00 +03:00
Ilya Lavrenov
f2f281e60b
Renamed ov_runtime => openvino, ov_ => openvino_ prefix ( #10069 )
...
* Renamed ov_runtime => openvino, ov_ => openvino_ prefix
* Coverage fix
* More fixes
* Fixed MO tests with custom FE
2022-02-03 20:03:41 +03:00
Anton Pankratov
8993c4c18a
Deprecated ov::Any implicit cast to any types ( #9409 )
...
* Depricated Any implicit cast
* Fixed test
* fixed gna build
* Fixed warnings in benchmark_app
* Fixed test build
* ncc exception for PrintTo
* Error mesage in test
* Error mesage in test
* fixed build
2022-02-03 19:10:52 +03:00
Krzysztof Bruniecki
6677079821
Set proper precision for added output ( #9496 )
2022-02-03 18:34:55 +03:00
Maxim Gordeev
cf69c97765
Added new correct gna frequency result for Alder Lake ( #10047 )
...
* Added new correct gna frequency result for Alder Lake
* Update samples/cpp/speech_sample/utils.hpp
Co-authored-by: Krzysztof Bruniecki <krzysztof.bruniecki@intel.com >
Co-authored-by: Krzysztof Bruniecki <krzysztof.bruniecki@intel.com >
2022-02-03 10:38:25 +03:00
Fedor Zharinov
9219242dbd
Benchmark_app: JSON writer for statistics ( #9887 )
...
* Refactored statistics output with JSON support
* Detailed/average reports are added
* stylefix
* Update samples/cpp/benchmark_app/statistics_report.hpp
Co-authored-by: Ivan Vikhrev <ivan.vikhrev@intel.com >
* Linux Fixes
* stylefixes
* data_shape field format is changed
* stylefix
Co-authored-by: Ivan Vikhrev <ivan.vikhrev@intel.com >
2022-02-03 01:47:46 +03:00
Anastasia Kuporosova
70f65bdb74
[Python API] Rename configuration API + update tests/tools ( #9927 )
...
* [Python API] Rename configuration API + update tests/tools
* keep old api for compatibility
* add deprecation warnings
* apply comments to query sample
* remove convert to pyobject
* use Any instead of string
* update tests
* update set_property
* fix sample
* update test + try-except for pot
* add docstrings
* fix codestyle for pot
2022-02-02 11:28:41 +03:00
Fedor Zharinov
c848e55f5e
Benchmark_app: Command line args processing is modified to use both tensor and corresponding node names ( #9968 )
...
* Node/name conversions
* stylefix
2022-02-01 16:05:00 +03:00
Fedor Zharinov
6845392aa6
Benchmark_app: incorrect indexing during precision set is fixed ( #10033 )
...
* Precision problem fix. Behavior of auto precision conversion to U8 (in case of image) is changed
* stylefix
2022-02-01 15:58:48 +03:00
Anton Pankratov
8ca6aeae83
New configuration API in set get property ( #10012 )
...
* New configuration API in set|get property
* removed supported metrics and keys
* Fixed build
* Fixed build
* Fixed samples build
* Fixed samples build
* Fixed build
* Removed old properties in plugin
* Fixed build
2022-02-01 13:05:14 +03:00
Alexandra Sidorova
252b7d4728
[Benchmark] Fixed preprocessing inputs ( #10022 )
2022-01-31 17:05:44 +03:00
Maxim Gordeev
f0e2a2e811
Speech sample improvements ( #9985 )
2022-01-28 16:13:51 +03:00
Nikolay Tyukaev
622027bee5
fix errors in documentation ( #9384 )
...
* add sphinx log parsing
* fix
* fix log
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* doxygen-xfail
* fixes
* fixes
* fixes
* fixe
* fixes
* fixes
* fix pot
* add pot check
* fixes
* fixes
* Fixed POT docs
* Fixed POT docs
* Fixes
* change heading markup
* fixes
Co-authored-by: azaytsev <andrey.zaytsev@intel.com >
2022-01-27 19:39:49 +03:00
Maxim Gordeev
0627fe857e
[IE Samples] Export and Import of model, fixed ( #9776 )
...
* [IE Samples] Export and Import of model, fixed https://jira.devtools.intel.com/browse/CVS-76225
* Added IE_SUPPRESS_DEPRECATED
* [IE Samples] Export and Import of model, fixed 76225
* Added IE_SUPPRESS_DEPRECATED
* fixed notes
* Update samples/cpp/speech_sample/main.cpp
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com >
* Update samples/cpp/speech_sample/main.cpp
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com >
* fixed formatting
* changed processing of inputs
* working export
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com >
2022-01-27 14:46:02 +03:00
Mingyu Kim
1d417e888b
Spacing fix ( #9894 )
...
* Update benchmark_app.hpp
* Update benchmark_app.hpp
2022-01-26 08:46:05 +03:00
Pavel Durandin
9f343fa37f
Device memory fix for benchmark app ( #9880 )
2022-01-25 15:10:34 +03:00
Anton Pankratov
f45991bd64
OV 2.0 c++ configuration API ( #9870 )
...
* New configuration API
* Review fix
* review coments
* fixed device name map
* fixed header
* code stile
* fixed optimization capabilities
* flatten properties
* dox fix
* doc
* merge conflicts
* fixed merge conflicts
* Fixed subobject linkage warning
* foramt fix
* Fixed unity test build
* Merge conflict fixes
* Fixed variadic
2022-01-25 12:43:56 +03:00