Commit Graph

5992 Commits

Author SHA1 Message Date
Mateusz Tabaka
c23025dfd2
[GPU] Allow networks with gather to use b_fs_yx_fsv16 format (#9249)
Gather is an alternative approach used by model optimizer
to implement --reverse_input_channels option.
Currently, if it's in use, convolutions in GPU plugin
may use other formats that leads to choosing less performant kernels.
2021-12-30 09:34:19 +09:00
Maxim Gordeev
b144089ef7
[IE_Samples] Updating information about methods in README.md according new API 2.0 (#9477) 2021-12-29 23:50:19 +03:00
Sergey Lyubimtsev
f1a25b398c
Clean up setupvars scripts (#9410)
* Clean up setupvars scripts

* align opencv

* fix opencv location

* fix env windows

* fix env windows

* check upper bound for supported python version

* remove ROOT var

* revert PYTHONPATH

* fix error message

* fix pyver option

* revert OpenCV

* okay -> true
2021-12-29 17:57:56 +03:00
Pavel Esir
8c145a25c9
[MO] mo_version getting fix (#9135)
* mo_version getting fix

* hardcoded major minor version in MO

* Update check_ie_bindings.py

hard error in version comparison fixed
2021-12-29 17:31:05 +03:00
Ekaterina Aidova
9802a4cb5d
[OMZ]: update submodule (#9472) 2021-12-29 13:48:59 +00:00
Anton Chetverikov
adce58d126
[MO] Add check for Python version to NetworkX dependency (#9226)
* Add check for python version to networkx dependency

* Update condition, task CVS-72806

* Update check to not break old Python versions support

* Update POT NetworkX dependency

* Allign requirements list format with setuptools documentation
2021-12-29 16:26:40 +03:00
Kelvin Choi
4505f5d7e2
[GPU] Remove remainder handling to read in reduce kernel to improve performance (#9359)
Signed-off-by: Kelvin Choi <kelvin.choi@intel.com>
2021-12-29 22:25:34 +09:00
Maxim Gordeev
39a1b98799
changed C++ samples due to OpenVINO style (#9463)
I'll merge this. We need to talk with someone who know openvino build system better than we to "use cmake function ov_ncc_style_check to perform such check automatically". As far as I can see, currently it used only in one place, so it is not common approach for openvino components
2021-12-29 15:36:33 +03:00
Nikita Malinin
010877d06c
[POT] Update dtype for BC Parameters (#9468) 2021-12-29 15:11:56 +03:00
Vladislav Volkov
1ee8007764
[CPU] NV12toRGB and NV12toBGR operations for CPU plugin (#8628) 2021-12-29 13:46:02 +03:00
Maxim Andronov
2e433620b7
[CPU] General fixes for dynamic shapes. Part 3 (#9338) 2021-12-29 13:43:35 +03:00
Irina Efode
9234f4177d
[IE TESTS] Test movement (#9429)
* [IE TESTS] Movement of some tests in shared lib. Movement of 'QueryNetwork' validation to ApiConformance suite

* Update read_ir.cpp
2021-12-29 12:28:58 +03:00
Vladimir Paramuzov
3ee00e018a
[GPU] Moved onednn_gpu to plugin folder (#9458) 2021-12-29 11:06:14 +03:00
Roman Lyamin
9f69daf0f3
[GPU] Remove batched key from config (#9451) 2021-12-29 09:58:48 +03:00
Yegor Kruglov
8b6a065948
[MO][IR READER] Updated MO and IR Reader to keep the second MaxPool output in restored IR (#9180)
* updated MO to save second MaxPool output in restored IR

* blank line at the end of file
2021-12-29 09:44:10 +03:00
Anton Chetverikov
8dc7669156
[MO] Deprecate TensorFlow 1.x environment support by MO (#8970)
* Remove tf1 requirements file and add deprecation message then tf1 used while compression

* Added tf requirements file

* Update docs and warning message

* Update install scripts

* return tf configuration

* Add compat.v1 to code snippets in docs

* fix typo

* Moved back tf2 file

* Apply review comments

* Fix missed eol

* Fix missed eol

* Apply review comments in docs

* Remove tf version and fix error in script tag

* Remove tf version

* Remove unused import

* Add note about python and TF version
2021-12-29 09:43:52 +03:00
Maksim Kutakov
2870dc7d3f
[CPU] Cache for runtime data (#9192)
Caching added for Eltwise and MatMul nodes
2021-12-29 09:19:45 +03:00
Vladislav Volkov
cb9fe0910d
[CPU] Broken support for Layout::ANY in CPU plugin (#9434) 2021-12-29 09:09:56 +03:00
Luwei Zhou
ce753f41dc
[shape_infer]shape inference implement of Select Detectionoutput and Shufflechannels OPs (#8348)
* Implement detection_output shape infer

* revise and update the code flow

* update based on review.

* Update based on review

* Implement the shuffle_channels Op shape inference.

* Fix CI coding style issue.

* Implement the select OP shape inference.

* Update based on the review  comments

* Update based on the review comments.

* Add pragma once for the shape inference head.

* Add new shape_infer test file for detection_output OP.

* Ensure the header would only be included once.

* Add shuffle_channels OP shape infer test.

* Add shape_infer() invocations into shape_inference() API

shape_inference() API support Select, ShuffleChannels, DetectionOutput OPs
Fix extra pragma, unnecessary friend function declaration.

* Update based on the review comments.

* Move the shape infer API helpers into new folder.

* Applied review comments.

* Applied 2nd review comments

* Applied review comments

* Fix coding style.

* Update

* Applied review comments.

* Fix comipling issue of unused variable.

* Fix the CI issue.

* Update the coding style

* Move test cases into new folder

* Applied  review comments.
2021-12-29 05:39:50 +03:00
Pavel Esir
a51a735d9f
[MO] cli_parser.py fix to accept scalar value for freezing (#9395)
* cli_parser.py fix to accept scalar value for freezing

* update cli help

* fixed unit-tests, clarified help for specifying data type

* typos correction
2021-12-29 01:33:49 +03:00
Anton Chetverikov
3e6951c1da
[MO] Support for common rt_info attribute in MO IR Reader (#9272)
* Support for common rt_info attribute in MO IR Reader

* Add missed change

* Moved back wrong change

* Change attr name

* Add support for rt_info for out ports

* Add emitting for rt_info

* Fix restoration error

* Add support for rt_info for input ports

* Add more comments

* Set correct layout attr to restored graph
2021-12-29 00:59:48 +03:00
Milana Shhanukova
3cef513495
[POT] Check type for layers' renaming (#9276)
* change in installation

* develop mode

* change in install guide

* style change

* change declare

* add type checking

* revert changes

* rename directly in nx_model

* Update README_dev.md
2021-12-28 18:08:36 +03:00
Roman Kazantsev
b2aff0cd56
[MO SDL] Test MO and IR Reader on attacking inputs (#8947)
* Test MO and IR Reader on attacking inputs

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Add test to check IR Reader against untrusted well-formed IR

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Refactor IR Reader tests with corrupted IR

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Test for regular expression denial of service

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Remove undesired word like bomb

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Move tests to new location

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Use correct import

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Revert blank line

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-12-28 17:49:48 +03:00
Jade Cho
da1261a1d8
[GPU] Fix a bug in post-operation optimization (#9443) 2021-12-28 17:48:29 +03:00
hyunback kim
c6bc4d0045
[GPU] Fix debug_config build failed issue. (#9441) 2021-12-28 17:00:26 +03:00
Ivan Novoselov
0803684f9e
[Snippets] Support decreasing output shapes (#9446) 2021-12-28 16:22:45 +03:00
Roman Lyamin
ecbeff460a
[GPU] Fix check binary size in SetBlob (#9418) 2021-12-28 16:12:15 +03:00
Vladimir Dudnik
04bb8bb9bb
[IE Samples] fix hello classification cpp (#9450)
* fix image file read error message when sample built w/o opencv

* code style and use model inputs/outputs instead of parameters and results
2021-12-28 15:58:09 +03:00
azhogov
bd82e8d000 Fix stress test install: remove requirements-caffe2.in 2021-12-28 12:07:32 +03:00
Aleksandr Korolev
c87ac722b1
[VPU] Enable new InferRequest behavior tests with OV 2.0 (#9301) 2021-12-28 11:21:00 +03:00
Alexander Zhogov
32bc7840fc
Revert "Revert "[LPT] Assign + ReadValue transformation (#8690)" (#9457)" (#9460)
This reverts commit d51f337934.
2021-12-27 22:51:23 +03:00
Vladimir Paramuzov
f565e0f854
[GPU] Merge cldnn and plugin code (#8484) 2021-12-27 18:35:01 +03:00
Alexander Zhogov
d51f337934
Revert "[LPT] Assign + ReadValue transformation (#8690)" (#9457)
This reverts commit c5824b8494.
2021-12-27 18:25:11 +03:00
azhogov
7d198a8535 Azure CI: Remove yaml for creating Windows docker 2021-12-27 18:22:31 +03:00
Vladimir Dudnik
ab10057371
update open_model_zoo submodule. remove deprecated public models, fix mo path in omz_converter (#9453) 2021-12-27 17:32:40 +03:00
Artyom Anokhov
2538ae5da1
[Deployment Manager] Remove Python common component from configs (#9448)
* Deployment Manager configs: Remove `Python common` component

* Dpeloyment Manager configs: Fixed misprint

* DM configs: Fixed JSON syntax

* DM darwin.json: Removed double comma
2021-12-27 17:17:22 +03:00
Vladimir Zinoviev
c5824b8494
[LPT] Assign + ReadValue transformation (#8690)
* [LPT] Assign + ReadValue transformation

* [LPT] Assign+ReadValue: applied review comments

* fixed some misses
2021-12-27 17:07:20 +03:00
Eugeny Volosenkov
fa1b59b7be
Fix incorrect working UnpackPackReverseInputChannels for centernet (#9201)
* fix UnpackPackReverseInputChannels

* Add UnpackPackReverseInputChannels test
2021-12-27 15:57:02 +03:00
Chenhu Wang
a83bcee4bd
[CPU] NMS optimization (#8312) 2021-12-27 15:51:50 +03:00
azhogov
5afb63b06b Azure CI: Add yaml for creating Windows docker 2021-12-27 15:18:54 +03:00
Sergey Lyubimtsev
4188dbbf9f
install_openvino_dependencies.sh update (#9398)
* Remove opencv requirements from default components list

* Remove opencv requirements from default components list

* fix typo
2021-12-27 13:06:12 +03:00
Sergey Shlyapnikov
95d86eb2bf
[GPU] Add parallel quantizes optimization (#9370) 2021-12-27 09:47:20 +03:00
Vladimir Paramuzov
0fa226a0c2
[GPU] Fixed uninit vairable and exceptions from nothrow methods (#9426) 2021-12-27 09:46:52 +03:00
Roman Lyamin
b050d39f89
[GPU] Add batching surface to new API (#9435) 2021-12-27 09:46:37 +03:00
Dmitry Pigasin
d6dcf58846
[IE Python Speech Sample] Migrate to OV 2.0 API (#9348)
* Create mvp

* Implement new API & Refactoring

* Fix -oname for models whose name of output layer contains a port number

* Fix step numbers

* Create utils.py

* Remove shebang from utils.py

* Fix `-iname` option
2021-12-27 09:22:15 +03:00
Vladimir Dudnik
a9cee5f101
[IE Samples] OV2.0 API python ngraph_function_creation_sample (#9440)
* [IE Python Speech Sample] Migrate to OV 2.0 API

* improvements

* flake notes

* improved code style like as C++

* linters changes

* changed data.py

* sync output with C++ sample

Co-authored-by: Maxim Gordeev <maxim.gordeev@intel.com>
2021-12-27 09:19:18 +03:00
Egor Shulman
b454076a56
[CPU] Fixed leftovers for ExperimentalDetectronTopKROIs and klocwork issue (#7885) 2021-12-26 21:25:33 +03:00
Artur Kulikowski
2262692ce9
Generate result names for ONNX models (#9413) 2021-12-26 17:12:01 +01:00
Sergey Lyubimtsev
73143b8c03
Add batch plugin to openvino wheel (#9432) 2021-12-25 12:42:55 +03:00
Roman Kazantsev
acfae31759
Extend FIFOQueueDequeue replacer to support OOB case (#9428)
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-12-25 10:32:13 +03:00