Artyom Anokhov
358efd2d06
Updated copyrights with 2023 year ( #15148 )
...
* Updated copyrights with 2023 year.
* Updated more files
2023-02-02 16:48:28 +01:00
Zlobin Vladimir
67d25d7099
Add benchmark samples ( #13388 )
...
* Add sync_bnehcmark
* Fix Unix comilation
* niter->time
* Explain main loop
* samples: factor out common
* Code style
* clang-format -i
* return 0; -> return EXIT_SUCCESS;, +x
* Update throughput_benchmark
* Add READMEs
* Fix READMEs refs
* Add sync_benchmark.py
* Add niter, infer_new_request, -pc
* from datetime import timedelta
* Fix niter and seconds_to_run
* Add disclaimer about benchmark_app performance
* Update samples/cpp/benchmark/sync_benchmark/README.md
* Add dynamic_shape_bert_benhcmark
* Add dynamic_shape_detection_benchmark
* Adopt for detr-resnet50
* Remove sync_benchmark2, throughput_benchmark2, perf counters
* clang-format -i
* Fix flake8
* Add README.md
* Add links to sample_dynamic_shape_bert_benchmark
* Add softmax
* nameless LatencyMetrics
* parent.parent -> parents[2]
* Add bert_benhcmark sample
* Code style
* Add bert_benhcmark/README.md
* rm -r samples/python/benchmark/dynamic_shape_bert_benhcmark/
* rm -r samples/cpp/benchmark/dynamic_shape_detection_benchmark/
* bert_benhcmark/README.md: remove dynamic shape
* Remove add_subdirectory(dynamic_shape_detection_benchmark)
* flake8
* samples: Add a note about CUMULATIVE_THROUGHPUT, don’t expect get_property() to throw, don’t introduce json dependency for samples/cpp/common
* / namespace
* Add article
* namespace -> static
* Update README, seconds_ro_run 10, niter 10, no inter alinment
* percentile->median
* benchmark samples: use generate(), align logs, update READMEs
* benchmakr samples: remove percentile()
* samples/python/benchmark/bert_benhcmark/bert_benhcmark.py: report average sequence length and processing time
* Python samples: move requirements.txt to every sample
* Remove numpy from requirements.txt
* Remove Building section from Python samples, install only required extras from openvino-dev, set up environment for bert_benhcmark, report duration for bert_benhcmark
* Install openvino-dev for Hello Reshape SSD C++ Sample
2022-12-05 15:12:53 +04:00
Ilya Lavrenov
e0b12009ea
Removed old headers from OV 2.0 API ( #12214 )
...
* Removed old headers from OV 2.0 API
* FIxed clang
* Fixed warning
* Updated OMZ submodule
* Fixed gpu tests build
2022-08-12 11:35:36 +04:00
Fedor Zharinov
043a773f61
[Benchmark_app]Check all I/O names ( #10745 )
...
* Check all I/O names
* stylefix
2022-03-04 09:49:03 +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
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Fedor Zharinov
14f8614da6
Benchmarkapp: Added processing of inputs/outputs by index ( #9703 )
...
* Added processing of inputs/outputs by index
* fix
* All tensor's get_friendly_name are replaced with get_any_name
* stylefix
2022-01-18 13:40:54 +03:00
Fedor Zharinov
6c69535d6c
Benchmark_app batch calculation fix ( #9554 )
...
* BenchmarkApp - batch size calculation fix
* stylefix
* -ip/op fix
* stylefix
2022-01-13 23:34:38 +03:00
Vladimir Dudnik
28fb55dffe
[IE Samples][OV2.0] final clean up of old API headers ( #9494 )
...
* final clean up of old API headers, compile_tool separated from samples
* make cpplint happy
2022-01-13 11:12:20 +03:00
Fedor Zharinov
4dbc9ae2e7
benchmark_app with dynamic reshapes and API 2.0 ( #8609 )
...
* API 2.0 changes
* stylefix
* Update samples/cpp/benchmark_app/main.cpp
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
* Update samples/cpp/benchmark_app/infer_request_wrap.hpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update samples/cpp/benchmark_app/utils.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* fixes
* fix for: gpu headers are moved to another folder... yet again
* fix for mac build paranoia
* function,classes and files renames/change logic to work with inputs()
* stylefix
* 2nd portion of fixes
* stylefix
* Batch warnings
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2021-12-30 19:09:12 +03:00
Ilya Churaev
b241d5227e
Moved compile_tool to new API ( #8501 )
...
* Moved compile_tool to new API
* Fixed comments and added new tests
* Fixed comments
* Fixed build
* Fixed comments
* Fixed unit tests
* Fixed compilation
* Fixed legacy message
* Fixed readme
* Fixed comments
* FIxed build
* Fixed build
* Fixed tests
* Applied comments
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2021-12-23 12:45:02 +03:00
Pavel Zamelin
a023c588ba
Fix parseArgMap for layer names with : ( #8826 )
2021-12-14 12:36:14 +03:00
Ivan Vikhrev
b6176fa768
[IE Samples] restored support for multiple -i args ( #9190 )
...
* restored support for multiple -i args
* replaced return with break, moved return out of cycle
2021-12-14 11:37:50 +03:00
Vladimir Dudnik
5b25dbee22
ov2.0 IE samples modification ( #8340 )
...
* ov2.0 IE samples modification
apply code style
turn off clang style check for headers order
unify samples a bit
add yuv nv12 reader to format_reader, helloe_nv112 sample
hello_reshape_ssd ov2.0
* sync with PR 8629 preprocessing api changes
* fix for slog << vector<int>
* add operator<< for ov::Version from PR-8687
* Update samples/cpp/hello_nv12_input_classification/main.cpp
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com>
* apply code style
* change according to review comments
* add const qualifier
* apply code style
* std::ostream for old inference engine version to make VPU plugin tests happy
* apply code style
* revert changes in print version for old api samples
* keep inference_engine.hpp for not ov2.0 yet samples
* fix merge artifacts
* fix compilation
* apply code style
* Fixed classification sample test
* Revert changes in hello_reshape_ssd sample
* rebase to master, sync with PR-9054
* fix issues found by C++ tests
* rebased and sync with PR-9051
* fix test result parsers for classification tests (except unicode one)
* fix mismatches after merge
* rebase and sync with PR-9144
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com>
Co-authored-by: antonrom23 <anton.romanov@intel.com>
2021-12-13 11:30:58 +03:00
Ilya Churaev
ec6f57872f
Renamed ov::Function to ov::Model ( #9051 )
...
* Renamed ov::Function to ov::Model
* Fixed all for macos
* Fixed build
* Fixed build
* Revert changes in GPU plugin
* Fixed ngraphFunctions
* Fixed all for mac
* Fixed new test
* Fixed if for Windows
* Fixed unit tests and renamed Function in python API
* Fixed code style
* Fixed import
* Fixed conflict
* Fixed merge issues
2021-12-10 13:08:38 +03:00
Ilya Lavrenov
7c10998cf8
Removed pointer from ov::get_openvino_version ( #8687 )
...
* Removed pointer from ov::get_openvino_version
* Fixed issues with version print
* Clang-format
2021-11-22 15:21:09 +03:00
Ilya Churaev
f639e4e902
Moved inference_engine samples to cpp folder ( #8615 )
...
* Moved inference_engine samples to cpp folder
* Fixed documentations links
* Fixed installation
* Fixed scripts
* Fixed cmake script
* Try to fix install
* Fixed samples
* Some fix
2021-11-18 10:08:20 +03:00