Commit Graph

1897 Commits

Author SHA1 Message Date
Maxim Kurin
d56d921409 [Hetero] Update pre processing info (#4127)
* [Hetero] Update layout in inputs info

* Azure CI: set testdata branch for Mac

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2021-02-11 16:00:03 +03:00
Mikhail Kozlov
e17f43922e [Compile-tool] Fix write output blob for Windows to release (#4132)
* Fix write output blob for Windows.

* Refactoring

* Azure CI: set testdata branch for Mac

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2021-02-11 15:59:42 +03:00
Artemy Skrebkov
aa23fbb9d3 Update benchmark_app to pass precision and layout via command line (#4167)
* Move processing ins and outs into samples/common

    - To re-use it in compile_tool and benchmark_app

* Extract common into samples_utils lib

    - To re-use it in samples and tools

* Move processLayout into samples_utils

* Clean up

* Enable warning as errors for samples_utils

* Cannot set precision or layout for compiled network

* Remove layout setting for benchmark_app

  - It requires further discussion

* Fix compilation of samples

* Fix one more sample

* Fix windows build

* Update README.md

* One more fix for windows

* Fix OpenVino ONNX CI build

* More build fixes

* Move os and vpu common into utils

* Fix build for myriad tools

* Fix windows build

* Export gflags
2021-02-11 15:53:19 +03:00
azhogov
8690aac494 Azure CI: Remove fake ONNX CI 2021-02-10 17:51:32 +03:00
azhogov
783af1e5ae Azure CI: Sync with master 2021-02-10 17:34:19 +03:00
Andrey Somsikov
8396e6473e Switch to OpenCV 4.5.1 (#4006) 2021-01-27 11:09:51 +03:00
Alexander Perepelkin
1eeaad3c82 Fix virtual inheritance for class PadLayerTest (#3914) 2021-01-20 15:17:29 +03:00
Dmitry Budnikov
c4ac476d2a fluid update (#3625) 2020-12-16 12:11:02 +03:00
Mikhail Kozlov
ed6e329774 Rename KMB to VPUX (#3591) 2020-12-15 06:59:55 +03:00
Nikita Kudriavtsev
fb1536f2be [IE VPUX][cherry pick #3001] Part of changes: Visitor API deserialization for ops from opset1 (#3558) 2020-12-11 18:06:58 +03:00
Alina Alborova
39447e08e7 Cherry-pick #2922 into releases/2021/2 (#3495)
* Checrry-pick GNA doc review

* Addressed comments

* Removed an inexistent link
2020-12-07 17:41:13 +03:00
Maksim Shabunin
176bdf5137 Restored gtk-3 installation (#3472) 2020-12-04 18:36:11 +03:00
Ilya Lavrenov
f730bf9ae9 Restore compilaltion with tbb 2017u7 (#3007) (#3426)
* Restore compilaltion with tbb 2017u7

Signed-off-by: Alexander Peskov <alexander.peskov@intel.com>

* Fix unsupported arg for tbb deterministic_reduce

Signed-off-by: Alexander Peskov <alexander.peskov@intel.com>

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>

Co-authored-by: Alexander Peskov <alexander.peskov@intel.com>
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2020-12-02 16:43:06 +03:00
Ilya Lavrenov
422127e33d API changes updates for 2021.2 (#3419) 2020-12-01 06:27:32 +03:00
Evgeny Lazarev
1e1eafe09d Removed confusing information about required/optional output of the operation. The output exists always but it may be not connected to anywhere. (#3422) 2020-11-30 19:56:11 +03:00
Maksim Doronin
d2e3e1fc00 [IE][VPU]: Mish decomposition (#3412)
Introduce vpu ngraph transformation that decomposes Mish layer with the following formula: mish(x) = x * tanh(ln(exp(x) + 1)). It is needed to fix the accuracy drop of Yolo-v4 public model that happened due to Mish implementation in the myriad plugin is not accurate enough. It is just a workaround and will be removed when Mish layer will be improved.
map: 70.97% (ref: 70.96%)
coco_precision: 73.50% (ref 73.49%)
2020-11-30 18:51:51 +03:00
Vitaliy Urusovskij
2a57c7bbe4 Fix paths for squeezenet1.1 in time_tests config (#3417) 2020-11-30 18:45:15 +03:00
Evgenya Stepyreva
10274c0908 [DOC] ShapeInference.md update. slyalin comments (#3355)
* [DOC] ShapeInference.md update. slyalin comments

* Apply suggestions from code review

Co-authored-by: Alina Alborova <alina.alborova@intel.com>

* Apply suggestions from code review

Co-authored-by: Alina Alborova <alina.alborova@intel.com>

* Update docs/IE_DG/ShapeInference.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2020-11-30 16:39:58 +03:00
Gleb Kazantaev
cb71090389 Updated transformations API guide (#3386)
* Updated transformations docs

* Added RTTI to examples

* Fixed grammar mistakes

* Mention Sinks in NG docs
2020-11-30 13:50:30 +03:00
Alexey Suhov
0335cdbbc6 [install_prerequisites.sh] upgrade pip to install tensorflow (#3392) (#3402) 2020-11-27 18:35:28 +03:00
Andrey Dmitriev
ff878ffe92 [GNA] Fix import model with header version 2.1 (#3363) 2020-11-27 17:01:59 +03:00
Maksim Doronin
8f507a07f5 [IE][VPU]: Use unified pcie firmware (#3383)
* Unified firmware named pcie-ma2x8x is needed to use both ma2480 and ma2085 with pcie connection.
* Update firmware built from R14 release branch
2020-11-27 15:25:37 +03:00
Jedrzej Hajduczenia
a09de25dd2 [IE CLDNN] Fix handling of fsv4 input padding in mmad bfyx to fsv32 convolution kernel (#3253) 2020-11-27 13:41:13 +03:00
Nikolay Shchegolev
86f96a8f3a [CPU] NMS test for the rest of 1st & 2nd outputs. (#3380) 2020-11-27 13:21:52 +03:00
Alexander Peskov
6966e383d3 Cherry-pick from master (#3379)
* [DOC] Add macOS specific section into intro guide

Signed-off-by: Peskov <alexander.peskov@intel.com>

* Remove libinference_engine_legacy from 'must link with' section

Signed-off-by: Peskov <alexander.peskov@intel.com>
2020-11-26 19:37:00 +03:00
Maksim Doronin
ab1a3e8d84 [IE][VPU]: KW fixes 2021.2 (#3313) 2020-11-26 17:00:29 +03:00
Ilya Lavrenov
29d9462a9b Fixes for documentation build (#3365) 2020-11-26 14:32:33 +03:00
Gladilov, Gleb
c067ed1b9a [IE][VPU]: Introduces ENABLE_EARLY_ELTWISE_RELU_FUSION option (#3343)
Unconditional Eltwise+ReLU merge makes some models take a bit more memory,
so they could not be inferred on Myriad-X. With this change used can
optionally disable this optimization and use Myriad-X.
2020-11-26 13:27:53 +03:00
Andrey Zaytsev
bff2fe0b2f Cherry-pick #3295 to releases/2021/2 (#3353)
* Feature/azaytsev/change layout (#3295)

* Updated openvino_docs.xml
2020-11-25 18:08:22 +03:00
Tomasz Dołbniak
fd532c2611 Fix the potential unlimited mem allocation problem (#3347) 2020-11-25 17:41:25 +03:00
Vitaliy Urusovskij
1d68caf96f Add WA for OMZ Keras models in stress tests (#3341) 2020-11-25 14:38:15 +03:00
Vitaliy Urusovskij
7bd3738afd Add fillBlobs to fix issue with negative values in image_info input layer (#3335) 2020-11-25 14:37:21 +03:00
Vladimir Gavrilov
5767a54fa2 Fixes for NMS documentation. (#3305)
* Fixes for NMS documentation.

* Small fixes.

* Small fix.
2020-11-25 14:05:14 +03:00
Ilya Lavrenov
56326a3d2d Fixed klockwork for legacy library (#3320) 2020-11-25 11:14:55 +03:00
Evgenya Stepyreva
1baf72a780 [ DOC ] setBatchSize update (#3316)
* [ DOC ] setBatchSize update

* comments

* Links fixed

* Update docs/IE_DG/ShapeInference.md

* Fixing broken note

* Fixing broken note [2]

* Update docs/IE_DG/ShapeInference.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2020-11-24 20:56:27 +03:00
Artyom Anokhov
c22e65e8a6 [Scripts] install_NEO_OCL_driver: Updated capturing '-y' option. Removed installing prerequisites. (#3322)
* install_NEO_OCL_driver: Updated capturing '-y' option. Removed installing prerequisites.

* install_NEO_OCL_driver: Rollback removing install_prerequisites, but keep only ocl-icd & libnuma dependencies. Updated definition of UBUNTU_VERSION.
2020-11-24 20:20:21 +03:00
Anton Voronov
3964168205 [CPU] fixed MergePermuteAndReorder optimization (#3317) 2020-11-24 19:14:30 +03:00
Piotr Rozen
a416a80c86 Fixed KW issues reported for build 754 of speech recognition demo (#3326) 2020-11-24 18:15:45 +03:00
Elizaveta Lobanova
81152e07f3 [GNA] Fix a global buffer overflow in GNAModelSerial::Import (#3290) (#3327) 2020-11-24 18:12:16 +03:00
Krishna Prabhakaran
a14fdef9b6 [IE][VPU]: Update call signature with the fw from R14 develop branch (#3241)
* Update call signature with the firmware from mdk R14 branch
* Update VPU firmware build number
2020-11-24 16:22:56 +03:00
Ilya Lavrenov
ce3bea3c07 Fixed links to build instruction (#3309) 2020-11-24 13:12:22 +03:00
Svetlana Dolinina
707a0833d8 added state API changes to doc (#3307) 2020-11-24 12:17:37 +03:00
Vitaliy Urusovskij
71cde81827 Align time_tests models with master (#3270)
* Add new model to `tgl_test_config.yml` (#3236)

* Fix wrong path for `yolo-v2-tiny-ava-0001` for time_tests

* Add several new models to `tgl_test_config.yml` in time_tests
2020-11-24 11:06:37 +03:00
Artyom Anokhov
f4ed2572a5 [Scripts] Update install_NEO_OCL_driver with 20.35.17767 for 2021.2 (#3288)
* install_NEO_OCL_driver: Added new CLI options. Added help. Added new available to download and install driver - 20.35.17767

* install_NEO_OCL_driver: Fixed descriptions and var names

* install_NEO_OCL_driver: Updated syntax
2020-11-23 21:11:27 +03:00
Maxim Andronov
ec02bc4dbd Fixed static analysis issues (transformations) (#3276) 2020-11-23 17:08:54 +03:00
Edward Shogulin
5a05e52d40 [LPT] integration: issue #42391 & issue #43001 (#3201)
* [LPT] NetworkHelper::roundWithTolerance: removed tolerance & rename to round
[LPT] NetworkHelper::round functional tests
[LPT] ieFuncTests: updated some test-cases

* [LPT] Subtract is not used

* [LPT] AddTransformation: zero handling

* [LPT] AddTransformation test
2020-11-23 17:08:41 +03:00
Sergey Shlyapnikov
fee727f415 [IE CLDNN] Gather fix (#3282) 2020-11-23 16:40:17 +03:00
Maxim Andronov
01c3951887 Fixed static analysis issues (#3254) 2020-11-22 20:42:53 +03:00
Nikolay Shchegolev
7715d033d2 [CPU] NormalizeL2. Support 3D layout. (#3256) 2020-11-22 20:18:33 +03:00
Nikolay Shchegolev
1da3539bc1 [CPU] NMS. Fill the rest of first out blob. (#3251) 2020-11-22 20:06:15 +03:00