* Add deformable_convolution unit tests * add 2D unit test * Add unit-tests for 3D deformable_convolution * create shared test class for deformable_convolution * create single layer test for cpu plugin * create single layer test for serialization * add deformable_convolution to opset1 * create empty evaluate method * add group and deformable_group to parameters * Create impl for generateInput method * add deformable_val to deformable_conv paramset * create additional unit-tests * Remove 3D single layer tests * Update GenerateInput and SetUp method * Update parameters values for SLT * Update GenerateInput method and create Validate method * Create additional parameters set for cpu plugin SLT * Create unit-test with padding and add it to disabled * add interpreter unit tests to manifest * style-apply * create file for reference impl * Update year of copyright and make Validate an override method * Update parameters names for serialization single layer tests * Update parameters names for functional single layer tests * add failing unit tests for interpreter to manifest * make tests parameters more readable * style-apply * Include deformable_convolution inside evaluates_map * add support for groups parameter for reference impl * style-apply * remove DeformableConvolutionParams struct * fix bug with filter * fix bug with offset type * Update interpreter manifest * impl evalute method * style-apply * Update year * Update test names * add utils func for deformable convolution operation * fix filter group count * add calculation of index of offset * Update offsets in unit test * add support for multiple input channels * add padding tests * add padding support * style apply * update copyright year * create validation check helper * Update convolve function name * update copyright year * style-apply * remove integer type from serialize layer tests * add tests for deformable_groups * fix bug with group > 1 * style-apply * add group unit test * create additional group tests * fix bug with groups attribute * Enhance dynamic shape inference of validate and infer types method * Add type_prop unit tests * Fix broken op create test in python api * fix bug with shapes in group tests * update deformable_convolution method * add unit test with 2 groups and 2 defromable groups * Fix code style. * Update UT manifests with current test status. * Refactored backend test: names, removed duplication, add TOODs * Add missing test cases in 'integral offsets' group. * Fixed group attribute. * Update interprer manifest to disable tests with integer offsets. * Fix style. * Remove changes in operator class. * Revert "Enhance dynamic shape inference of validate and infer types method" This reverts commit |
||
---|---|---|
.ci | ||
.github | ||
cmake | ||
docs | ||
inference-engine | ||
licensing | ||
model-optimizer | ||
ngraph | ||
openvino | ||
scripts | ||
tests | ||
thirdparty | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
CODEOWNERS | ||
install_build_dependencies.sh | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
SECURITY.md |
OpenVINO™ Toolkit
This toolkit allows developers to deploy pre-trained deep learning models through a high-level C++ Inference Engine API integrated with application logic.
This open source version includes several components: namely Model Optimizer, nGraph and Inference Engine, as well as CPU, GPU, MYRIAD, multi device and heterogeneous plugins to accelerate deep learning inferencing on Intel® CPUs and Intel® Processor Graphics. It supports pre-trained models from the Open Model Zoo, along with 100+ open source and public models in popular formats such as Caffe*, TensorFlow*, MXNet* and ONNX*.
Repository components:
License
Deep Learning Deployment Toolkit is licensed under Apache License Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
Resources:
- Docs: https://docs.openvinotoolkit.org/
- Wiki: https://github.com/openvinotoolkit/openvino/wiki
- Issue tracking: https://github.com/openvinotoolkit/openvino/issues
- Storage: https://storage.openvinotoolkit.org/
- Additional OpenVINO™ modules: https://github.com/openvinotoolkit/openvino_contrib
- Intel® Distribution of OpenVINO™ toolkit Product Page
- Intel® Distribution of OpenVINO™ toolkit Release Notes
Support
Please report questions, issues and suggestions using:
- The
openvino
tag on StackOverflow* - GitHub* Issues
- Forum
* Other names and brands may be claimed as the property of others.