Commit Graph

5603 Commits

Author SHA1 Message Date
Maxim Andronov
e68c459321
[CPU] Fix for MoveEltwiseUpThroughDataMov with dynamic shapes (#9036) 2021-12-07 09:31:33 +03:00
Min, Byungil
bba845037a
Resolve assertion of vsr int8 batch32 (#8894)
+ Unexpected removal of reorder in front of narrow output conv

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-12-07 11:08:02 +09:00
Jade Cho
7842b636c9
Fix a bug of benchmark_app for binary input filling. (#8960) 2021-12-07 10:05:17 +09:00
Roman Kazantsev
42892767f5
[MO, nGraph, transforms., ref., python] Support DetectionOutput-8 (#8853)
* Implement MO part for DetectionOutput-8

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

* Implement nGraph part for DetectionOutput-8

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

* Implement deduction of a number of classes method

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

* Fix build

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

* Implement nGraph tests to check shape inference for DetectionOutput-8 with deduction of num_classes

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

* Implement attributes tests for DetectionOutput-8

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

* Remove DetectionOutput-1 from opset8

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

* Add python bindings for DetectionOutput-8 and tests

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

* Implement downgrading and upgrading transformations for DetectionOutput

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

* Implement tests for downgrading and upgrading transformations for DetectionOutput

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

* Adopt existing reference for DetectionOutput-8

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

* Fix DetectionOutput-8 reference

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

* Add tests for DetectionOutput-8 reference

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

* Finish resolving merge conflict

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

* Fix python bindings after re-structuring

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

* Fix BOM package list

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

* Fix multibox_detection_test

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

* Fix python bindings for DetectionOutput-8

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

* Insert blank line between summary and description for python binding

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

* Apply review comments: identation, for loop

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

* Fix formatting in python bindings

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

* Fix supported_attrs for DetectionOutput from opset1

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

* Add missed imports for python if_op

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

* Apply feedback and fix Win build

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

* Use the same test suite name for test mixture

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

* Fix transformation tests

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

* Recover BWDCMP_RTTI for legacy use and remove unused variables in tests

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

* Remove unused variables in type_prop tests

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

* Recover legacy referenceDetectionOutput constructor

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

* Fix python binding for DetectionOutput

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-12-07 01:17:49 +03:00
Piotr Szmelczynski
b65a14d587
include api changes (#8837)
* include api changes

* include api changes for executable_network

* Create InferVec container

* update infer method

* update infer methods in ie_api

* update runtime to work with dict

* update infer_engine test to work with infer returning dict

* remove inferMap container

* add return type to infer and infer_new_request in ie_api

* add auto to infer loops

* fix typo

* change OrderedDict to dict

* change infer methods return type to dict

* update infer methods to return py::dict

* style fix

* create helper function outputs_to_dict

* remove InferMap and InferVec

* remove unused imports

* add const to outputs

* add get_result method

* add test for get_results

* style fix

* add reference to outputs_to_dict parameters

* remove blank line

* fix style

* change get_results method to result property

* code fix in ie_api

* add f16 and bf16 support to outputs_to_dict function

* update the way of receiving keys from dict

* update the way of key receive in test_core

* add test for reslts attribute for async infer

* remove out of date comment

* add view(int16) to bf16 and f16 in outputs_to_dict() function
2021-12-07 00:51:01 +03:00
Mikhail Nosov
8faa08da12
Fix preserving runtime info for result after post-processing (#9038) 2021-12-07 00:37:13 +03:00
Andrei Molotkov
82ebce390e
[GPU] Created new operation ExperimentalDetectronROIFeatureExtractor (#8912) 2021-12-06 19:01:12 +03:00
Mikhail Ryzhov
2f7572521c
Reverted merge conflict 8944 (#9033) 2021-12-06 17:25:35 +03:00
Vladimir Paramuzov
ca4215957b
[GPU] Minor refactoring (#8854) 2021-12-06 17:10:08 +03:00
Gorokhov Dmitriy
d78b2e8975
[CPU][Tests] Decreased number of test cases for several ops (#8916)
* [CPU][Tests] Decreased number of test cases for Interpolate, Reduce and Pad operations

* [CPU][Tests] Reduced number of DeformableConvolution smoke test cases

* Fixed review comments
2021-12-06 15:33:31 +03:00
Ilya Lavrenov
d27720777c
Network => model (#8971) 2021-12-06 14:20:20 +03:00
Vladimir Gavrilov
578c45b490
Implement MO transformation NearestNeighborUpsampling in nGraph (#8591)
* Added debug print.

* Deleted debug print.

* Written the header file of the transformation NearestNeighborUpsamplingFusion.

* Started to write an implementation of the transformation NearestNeighborUpsamplingFusion.

* Small fix.

* Some additions.

* Written a function that checks one of Concat node of the pattern.

* Code style fix.

* Small fix.

* Small fix.

* Written the function that check concat_2 node of the pattern.

* Written all checks of applicability of the transformation NearestNeighborUpsamplingFusion.

* Written the draft of the nGraph transformation NearestNeighborUpsamplingFusion.

* Some fixes.

* Started to write tests for the nGraph transformation NearestNeighborUpsamplingFusion.

* Small fix.

* Fixes in pattern.

* Fixes in test.

* Small fix.

* Added other test.

* Deleted commented code.

* Small fixes.

* Added comment about the transformation.

* Small fixes.

* Added description of the function get_scales_from_mul_const_shape().

* Small fix.

* Used input_value(0) instead of input_value(0).get_node_shared_ptr() for nodes before shapeof and reshape_1.

* Used pattern_to_output for concat_1 instead of graph traversing.

* Deleted commented code.

* Check reshape_1_node->get_input_partial_shape(0).is_dynamic() was moved into the pattern.

* Added has_static_shape() for mul_const element of the pattern.

* Added comment about the function get_new_spatial_shape_from_concat_2().

* Added the transformation NearestNeighborUpsamplingFusion into MOC transformations pipeline.

* Used type of elements of the pattern root into 'scales'.

* Moved transformation.
2021-12-06 13:37:53 +03:00
Katarzyna Mitrus
a7af80d46b
[Python API] Add opset8 ops: i420toBGR-8, i420toRGB-8, NV12toBGR-8, NV12toRGB-8 (#8987) 2021-12-06 11:26:21 +01:00
Alexey Suhov
fd6035c9f1
Exclude licenses for third party programs required for development from cmake install (#9015) 2021-12-06 13:18:10 +03:00
Mikhail Ryzhov
40691e9cc5
[GNA] Renamed plugin and moved it to new place (#8944)
* Renamed plugin

* Changed plugin source dir

* Fixed tests

* Renamed ENABLE_GNA to ENABLE_INTEL_GNA

* Fixed centos compile error

* One more renaming place

* HF for centos 7

* renamed the name in version api

* Fixed CI configurations

* Disabled GNA plugin for old gcc (<=5.4)

* Fixed Azure Win job
2021-12-06 13:00:35 +03:00
Sungeun Kim
86ab2e5f1b
Remove reorder after depth_to_space2 (#8289)
* Remove reorder after depth_to_space

* Remove reorder after region_yolo

* add ignore conditions

-if input node is not depth_to_space and region_yolo

* fix bug: The empty std::list causes undefined behavior.

* remove ignore_conditions flag
2021-12-06 17:35:56 +09:00
Bartek Szmelczynski
9b69705158
Serialize pass bind (#8749)
* add pass for serialize, add tests

* remove redundant code

* fix style

* add tuple functionality, clear code, add tests

* style changes

* fix style

* add runtime.Core to the imports

* add version arg to serialize pass, add tests
2021-12-06 11:10:20 +03:00
Roman Kazantsev
dcf5be9838
Specify DetectionOutput-8 operation (#8704)
* Specify DetectionOutput-8 operation

The delta is small where we just remove num_classes attribute to support OD models out of the box

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

* Remove a link to DetectionOutput-1 from opset-8

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

* Update a list in ie_docs.xml

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-12-06 11:08:50 +03:00
Denis Orlov
371de1e620
[GNA] Fix comments in GNA public header and speech sample (#8395) 2021-12-06 11:00:58 +03:00
Vladimir Dudnik
355fdeec55
rm C/C++ object_detection_sample_ssd (#9020)
* rm C/C++ object_detection_sample_ssd

* fix link
2021-12-06 10:38:40 +03:00
Egor Shulman
f8c5a4abf4
Bug fixed (#7765) 2021-12-06 10:29:31 +03:00
Wang, Yang
83a7d9bda3
[AUTO Plugin] Rename Multi plugin to ov_multi_plugin and move the src files to new (#8885)
place.

Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2021-12-06 05:58:05 +03:00
Sergey Lyubimtsev
c11ae2d691
Add requirements files generation for installer (#9019)
* Add requirements files generation for installer (#8940) *

* remove caffe2
2021-12-06 01:15:31 +03:00
Vladimir Dudnik
642bd07ffa
rm python style_transfer_sample (#8881) 2021-12-05 18:00:11 +03:00
Vladimir Dudnik
89282e3f36
remove C++ style_transfer_sample, brings nothing new to educate OV2.0 API (#8906) 2021-12-04 15:51:54 +03:00
Yaroslav Torzuk
f1e701bd81
[GPU] DeformableConvolution-8 (#8806) 2021-12-04 13:49:51 +03:00
Dawid Kożykowski
d6094a085a
Expose missing Node API (#8852) 2021-12-03 18:53:19 +01:00
Andrey Sapozhnikov
c8a2ba851b
Negative tests layer support (#8969) 2021-12-03 15:31:03 +03:00
Evgeny Talanin
fb103e1dd0
Revert "Revert "disable debug postfix on mac (#6827)" (#8974)" (#9000)
This reverts commit e81e60b233.
2021-12-03 13:03:17 +03:00
Egor Shulman
e16e91e328
[CPU] ExperimentalDetectronTopKROIs dynamic done (#8922) 2021-12-03 09:56:44 +03:00
Mang Guo
36a3033cfe
[CPU] Fix klocwork issue (#8908) 2021-12-03 09:52:01 +03:00
Andrey Babushkin
61cae2a401
Revert "Add requirements files generation for installer (#8940)" (#8993)
This reverts commit 1d6d3ebea8.
2021-12-03 09:16:16 +03:00
Jade Cho
6d039f7eb5
Add exeception message to check available frontends. (#8914) 2021-12-03 10:47:51 +09:00
Jade Cho
a9a583eb42
[GPU] Fix graph dump issue. (#8965) 2021-12-02 17:25:20 +03:00
Alexander Zhogov
a14ac5236d
Azure CI: Add apt update before install nfs-common (#8983) 2021-12-02 16:33:03 +03:00
Alexey Lebedev
f9bd7402ff
[tools] new api and support dynamic models in python benchmark app (#8582)
* Preprocessing API - base classes

Includes API definition for trivial mean/scale operations (which don't require layout)

Mean/scale with 'layout' support will be done under separate task together
 with Layout

Current test code coverage: 100%

* Python bindings for base preprocessing API

* remove pre_post_process directory from ngraph/core

* remove files from ngraph/python dir

* move pyngraph pre_post_process files from ngraph/python to runtime

* remove pre_post_process test from CMakeList

* move include to the header

* update include path for pre_post_process

* style fix

* bind InputTensorInfo::set_layout

* cleaned test_preprocess

* fix test expected output

* remove duplicate test

* update description of set_element_type

* fix style

* move preprocess from pyngraph to pyopenvino/graph

* update test_preprocess imports and remove unnecessary test

* remove duplicate import

* update custom method

* update test

* update test

* create decorator that changes Node into Output<Node>

* create function that cast Node to Output<Node>

* update test_preprocess to use decorator for custom function

* change _cast_to_output -> _from_node

* style fix

* add tests fro scale and mean with vector input

* style fix

* add docstring for custom_preprocess_function

* bind InputInfo network method

* style fix

* bind OutputInfo

* fix description of preprocess submodule

* fix style

* update copyright year

* bind OutputTensorInfo

* bind OutputNetworkInfo and InputNetworkInfo

* Bind exec core ov (#50)

* Output const node python tests (#52)

* add python bindings tests for Output<const ov::None>

* add proper tests

* add new line

* rename ie_version to version

* Pszmel/bind infer request (#51)

* remove set_batch, get_blob and set_blob

* update InferRequest class

* change InferenceEngine::InferRequest to ov::runtime::InferRequest

* update set_callback body

* update bindings to reflect ov::runtime::InferRequest

* bind set_input_tensor and get_input_tensor

* style fix

* clen ie_infer_queue.cpp

* Bind exec core ov (#50)

* bind core, exec_net classes

* rm unused function

* add new line

* rename ie_infer_request -> infer_request

* update imports

* update __init__.py

* update ie_api.py

* Replace old containers with the new one

* create impl for create_infer_request

* comment out infer_queue to avoid errors with old infer_request

* update infer_request bind to reflect new infer_request api

* comment out inpuit_info from ie_network to avoid errors with old containers

* Register new containers and comment out InferQueue

* update infer request tests

* style fix

* remove unused imports

* remove unused imports and 2 methods

* add tests to cover all new methods from infer_request

* style fix

* add test

* remove registration of InferResults

* update name of exception_ptr parameter

* update the loops that iterate through inputs and outputs

* clean setCustomCallbacks

* style fix

* add Tensor import

* style fix

* update infer and normalize_inputs

* style fix

* rename startTime and endTime

* Create test for mixed keys as infer arguments

* update infer function

* update return type of infer

Co-authored-by: Bartek Szmelczynski <bartosz.szmelczynski@intel.com>

* fix get_version

* fix opaque issue

* some cosmetic changes

* fix codestyle in tests

* make tests green

* Extend python InferRequest

* Extend python Function

* Change return value of infer call

* Fix missing precisions conversions in CPU plugin

* Rework of runtime for new tests

* Fixed onnx reading in python tests

* Edit compatibility tests

* Edit tests

* Add FLOAT_LIKE xfails

* bind ColorFormat and ResizeAlgorithm

* clean imports

* fix typo

* [Python API] bind ProfilingInfo (#55)

* bind ProfilingInfo

* Add tests

* Fix code style

* Add property

* fix codestyle

* Infer new request method (#56)

* fix conflicts, add infer_new_request function

* remove redundant functions, fix style

* revert the unwanted changes

* revert removal of the Blob

* revert removal of isTblob

* add add_extension from path

* codestyle

* add PostProcessSteps to init

* bind PreProcessSteps

* create additional tests

* fix win build

* add inputs-outputs to function

* update infer queue

* fix code style

* Hot-fix CPU plugin with precision

* fix start_async

* add performance hint to time infer (#8480)

* Updated common migration pipeline (#8176)

* Updated common migration pipeline

* Fixed merge issue

* Added new model and extended example

* Fixed typo

* Added v10-v11 comparison

* Avoid redundant graph nodes scans (#8415)

* Refactor work with env variables (#8208)

* del MO_ROOT

* del MO_ROOT from common_utils.py

* add MO_PATH to common_utils.py

* change mo_path

* [IE Sample Scripts] Use cmake to build samples (#8442)

* Use cmake to build samples

* Add the option to set custom build output folder

* Remove opset8 from compatibility ngraph python API (#8452)

* [GPU] OneDNN gpu submodule update to version 2.5 (#8449)

* [GPU] OneDNN gpu submodule update to version 2.5

* [GPU] Updated onednn submodule and added layout optimizer fix

* Install rules for static libraries case (#8384)

* Proper cmake install for static libraries case

* Added an ability to skip template plugin

* Added install rules for VPU / GPU

* Install more libraries

* Fixed absolute TBB include paths

* Disable GNA

* Fixed issue with linker

* Some fixes

* Fixed linkage issues in tests

* Disabled some tests

* Updated CI pipelines

* Fixed Windows linkage

* Fixed custom_opset test for static casr

* Fixed CVS-70313

* Continue on error

* Fixed clanf-format

* Try to fix Windows linker

* Fixed compilation

* Disable samples

* Fixed samples build with THREADING=SEQ

* Fixed link error on Windows

* Fixed ieFuncTests

* Added static Azure CI

* Revert "Fixed link error on Windows"

This reverts commit 78cca36fd2.

* Merge static and dynamic linux pipelines

* Fixed Azure

* fix codestyle

* rename all methods in this class to snake_case

* some updates

* code style

* fix code style in tests

* update statistics reporting

* update filling inputs

* change ngraph.Type to ov.Type

* fix typo

* save work

* save work

* save work

* compute latency in callback

* save work

* Fix get_idle_request

* save work

* fix latency

* Fix code style

* update AppInputInfo

* add iteration to PatrialShape

* fix rebasing

* bind result::get_layout()

* correct mistakes

* fix setup

* use parameters/results instead inputs/outputs

* move _from_node to node_output.hpp

* add read_model from buffer

* update imports

* revert package struct

* add new line

* remove bad quotes

* update imports

* style fix

* add new line

* Fix preprocessing

* rename functin args

* set NCHW layout to image as default

* Fix input fillings

* remove Type import

* update tests

* style fix

* test clean

* remove blank line

* Add tensor_shape

* fix comments

* update PrePostProcessor init and build methods

* create test with model update tests with new PrePostProcessor init and build

* Change filling inputs

* fix preprocessing

* basic support dynamic shapes

* fix legacy mode

* rename ie to core

* fix cpp code style

* fix input files parsing

* fix binary filling

* support dynamic batch size

* process images with original shapes if no tensor shapes were given

* fix fps and number of iterations

* Add new metrics

* support pass path to folder into input mapping

* add pcseq flag

* fix resolving conflicts

* dump statistic per group

* check for compatibility with partial shape

* revert statistic report names

* code refactoring

* update parameters

* enable legacy_mode if data size less than nireq

* add serialize to offline_transformations

* Fix preprocessing import

* change log output due to ci parsing

* fix layout

* allow to pass batch size with undefined layout

* add serializer

* fix comments from jiwaszki

* Fix latency parsing for ci

* code style

* rename tensor_shape to data_shape

* add message if image is processed with original shape

* fix syntax warning

* remove default legacy_mode if requests cover all data

* rewrite all file parsing

* fix preprocessing

* Fix preprocessing #2

* Use layout instead str

* Fix file extensions

* Fix image sizes filling

* sort input files

* [Python API] quick fix of packaging

* update tests

* fix setup.py

* small fix

* small fixes according to comments

* skip mo frontend tests

* full mode is default for dynamic models only

* backward compatibility

* Fix package

* set layout in runtime

* static mode for dynamic models with all equal data shapes

* use get_tensor instead set_tensor in legacy mode

* benchmarking dynamic model available in full mode only

* fix layout detection

* use batch_size * iteration instead processed_frames in legacy mode

* fix tensor naming

* represent --inference_only

* refactoring main loop

* Fix number of iterations for full mode

Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
Co-authored-by: pszmel <piotr.szmelczynski@intel.com>
Co-authored-by: Bartek Szmelczynski <bartosz.szmelczynski@intel.com>
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com>
Co-authored-by: Victor Kuznetsov <victor.kuznetsov@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
Co-authored-by: Dmitry Pigasin <dmitry.pigasin@intel.com>
Co-authored-by: Artur Kulikowski <artur.kulikowski@intel.com>
Co-authored-by: Ilya Znamenskiy <ilya.znamenskiy@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2021-12-02 16:18:18 +03:00
Tingqian Li
87ea55f4d5
[CPU] Native dynamic shapes support in the Bucketize node (#8636) 2021-12-02 14:37:53 +03:00
mei, yang
0bede45eb1
Meiyang/fix cvs58539 (#8217)
* reshape conv filter with gather in ngraph paddle front end

* use unsqueeze for broadcasting in elementwise ops in ngraph paddle frontend

* support dynamic input for paddle elementwise ops

* add annotation

* use general opset in paddle elementwise op

* Revert "use general opset in paddle elementwise op"

This reverts commit ff552d2efe47286910df9876e1b0d97ff6301695.

* Revert "add annotation"

This reverts commit b2e16633c192bddfb94963465d175f98fdad1719.

* Revert "support dynamic input for paddle elementwise ops"

This reverts commit a30a93f5b80f0a88064112e498f83eb9b22aa4bd.
use general opset in paddle elementwise op

* fix clang issue

* Add annotation to get_reshaped_filter() and rename some variable in get_reshaped_filter()

* handle broadcast of paddle elementwise with AutoBroadcastType::PDPD

* link inference_engine_transformations lib to paddle frontend

* Disable op sequence fusion when PDPD broadcast

* Revert "Disable op sequence fusion when PDPD broadcast"

This reverts commit 9172078e76317fb92507025478cf06f4ddc5b87d.

* Revert "handle broadcast of paddle elementwise with AutoBroadcastType::PDPD"

This reverts commit fc8d57ecb58f68f27bed1b8ba537af9a6737a4f6.

* fix merge issue
2021-12-02 13:17:17 +03:00
Ilya Lavrenov
e81e60b233
Revert "disable debug postfix on mac (#6827)" (#8974)
This reverts commit 6f23458534.
2021-12-02 12:30:01 +03:00
Sergey Lyubimtsev
1d6d3ebea8
Add requirements files generation for installer (#8940)
* Add requirements files generation for installer

* add line

* fix build

* fix var

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2021-12-02 11:54:38 +03:00
Ilya Znamenskiy
607814828d
[GPU] Rollback to cldnn from onednn and some fixes and improvements (#8761) 2021-12-02 11:28:38 +03:00
Katarzyna Mitrus
9e3b9b8fbc
[Slice-8] Serialization single layer tests (#8959)
* Serialize Slice single layer tests

* Extend bounds type prop test case

* Disable tests for lower bounds serialization
2021-12-02 11:20:52 +03:00
Vladimir Paramuzov
0f667b90ff
[GPU] Renamed GPU plugin to ov_intel_gpu_plugin (#8957) 2021-12-02 11:06:00 +03:00
Dmitry Pigasin
85f5528cad
Fix infer model with non 2d tensors (#8752) 2021-12-02 10:59:53 +03:00
Evgenya Stepyreva
84ebe77f62
Shape inference 2nd batch (#8781) 2021-12-02 10:47:41 +03:00
Ivan Tikhonov
e23e6f3628
Add nlohmann json (Release 3.10.4) as submodule (#8915) 2021-12-02 10:41:36 +03:00
Vladimir Dudnik
bc8fbf530b
rm python object_detection_sample_ssd (#8880)
* remove python object_detection_sample_ssd

* rm refs to deleted python sample
2021-12-02 09:51:36 +03:00
Alexander Sesorov
4b8d6c59e3
Update sanitizer flags for windows (#8830) 2021-12-02 01:33:34 +03:00
Alexandra Sidorova
802b5bcfbb
[CPU] Reduced overheads in inference stage (#6794) 2021-12-02 01:20:07 +03:00
Mikhail Nosov
3ab533a89c
Fix array out-of-bounds error (#8966) 2021-12-02 00:07:37 +03:00