* Removed legacy IE shape infer
* Removed legacy shape infer tests
* Updated tests and make IR Reader to load old experimenal and extension ops as opset6
* Change opset of some ops only if they are currently experimental/extension to avoid situation like opset1::Proposal -> opset6::Proposal
Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
* remove NodeConverter for Interpolate and ScaleShiftIE
* add SpecificCreators for Interpolate and ScaleShiftIE
* add commented lines to check if tests will pass
* remove comments to check if tests will pass
* checking if tests are avaiable for ResampleV2
* remove NodeConvertor for ExecutionNode
* remove nodeCovnertor for ResampleV2 and add SLT for serialization
* remove shufflechannels op from node converter
* enable visitor api for resamplev2
* remove nodeconverter class
* add missing newline
* remove interpolate sslt- sporadic fails
* remove unnecessary interpolate specific creator
* Add interpolate specific creator
Co-authored-by: blesniewski <bartosz.lesniewski@intel.com>
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated Compile tool documentation, added extra description, removed FPGA related info
* Integrated review comments
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Commit.
* Written the structure InfoForLinearONNXMode5D that contains info to perform interpolation in 'linear_onnx' mode for 5D tensors.
* Started to write the method get_info_for_linear_onnx_mode5D() that returns info for calculations of 'linear_onnx' mode in 5D case.
* Written the method InterpolateEvalHelper::get_info_for_linear_onnx_mode5D().
* Code style fix.
* Started to write calculation of 5D case of 'linear_onnx' mode.
* Written the method void InterpolateEval<T>::linear_onnx5D_func(const T* input_data, T* out).
* Added dispatching of 4D/5D cases of the mode 'linear_onnx'.
* Fixed code style.
* Some fixes.
* Code style fixes.
* Now linear_onnx_func throws an exception for incorrect input rank.
* Code style fix.
* Started to write tests for evaluation of 'linear_onnx' mode in the 5D case.
* Added first test for linear_onnx 5D.
* Small fixes.
* Written tests for evaluation of Interpolate-4 in linear_onnx 5D case.
* Some code style fixes.
* Small fix.
* Corrected documentation.
* Started to write generic implementation of 'linear_onnx' mode, for any ranks.
* Written the draft of a generic (for all ranks) implementation of 'linear_onnx' mode.
* Small fixes.
* Small fix.
* Small fix.
* Small fix.
* Code style fix.
* Small fix.
* Code style fix.
* Some fixes.
* Some fix.
* Small fix.
* Small fix.
* Code style fix.
* Added check for axes correctness into a generic implementation of the 'linear_onnx' mode.
* Now 5D case of the 'linear_onnx' mode is calculated using generic function.
* Code style fix.
* Deleted unused variable.
* Added debug prints.
* Small fix.
* Some fixes.
* Code style fix.
* Now all ranks are processed by a generic implementation in the 'linear_onnx' mode.
* Deleted name of missed test.
* Deleted 4D case implementation of the 'linear_onnx' mode.
* Reverted change in tests.
* Added needed 'const' modifiers and added a comment about the variable 'axis_idx_offset'.
* Small fixes.
* DeformableConvolution specification refactoring.
* Add ticks to types and layouts.
* Removed 1D and 3D Convolution type.
At the current moment CPU plugin and MXnet implemenatations supports
only 2D case.
* Fix examples section.
* Fix offests input layout description.
Makes DTS for BinaryEltwise produce empty output tensor in case if at least one input is empty. As criteria for empty tensor ReduceMin is used (assuming all shape's values are non-negative).
Tests are changed accordingly. Trying to add a new test case on inference with empty input, reference version failed, so those tests are left unchanged.
* remove cropie op from node converter
* remove eltwise from node converter, enable visitor api
* remove ceiling op from node converter
* remove powerie, reluie, fullyconnected from node converter
* remove unused node converters
* join relu and reluie specific creators
* add missing eltwise types to node conversion
* fix eltwise type
* change power ops scale parameter passing for better precision
* Reference implementation for Proposal, enable CPU SLT
* code style fix
* add type prop test for invalid anchor count
* add unit test
* fix shapes in attribute test
* temp workaround- disable maring end of boxes list
* Disable CPU smoke test- spec misalignment
* code style fixes
* add some details to the specification
* disable myriadx proposal slt
* review changes, using usigned int and size_t
* improve proposal op shape inference to cover dynamic too, add unit test coverage
* remove unused variable in test body
* remove batch size in tests where its not used
* add post nms topn initialization in tests where it was missing
* review comments
* style fix
* style fix 2
* add tests, remove unused variables, change shape inference checks
* style fix
* add input tensors type checks and test coverage
* align input type in attribute and ngraphreader tests to match specification
* fix wrong dimension in error message
* proposalv4 ref impl
* enable single layer and unit tests for proposalv4 ref impl
* align output termination with cpu, enable cpu slt
* custom slt compares to detect less-than-predicted number of boxes
* custom slt compares to detect less-than-predicted number of boxes
* Clarify output termination in spec
* review comments
* smaller input data for unit tests
* add check for batch_dim being static
* disable gpu slt for proposal
* test data style fix
* test data style fix 2
* add type section to specification
* shape inference improvement
* multiply expected 1st dim in tests by post_nms_topn
* add checks and testcases for dynamic ranks
* indentation, review comments
* reduce code redundancy in ref implementation
* remove comment
* Fix typo in proposal1 spec
* Fix typo in proposal4 spec
* Update install_prerequisites.bat
Removed warning language to show that you can optionally install protobuf to speed up model conversion. It should not be a warning.
* Update install_prerequisites.bat