- change repo name to openvino - update driver version - fix path to samples data - remove section about Movidius driver installation - change latest release to 2020.3 - merge fixes in install_dependencies.sh from 2020 branch
49 lines
2.5 KiB
Markdown
49 lines
2.5 KiB
Markdown
# [OpenVINO™ Toolkit](https://01.org/openvinotoolkit) - Deep Learning Deployment Toolkit repository
|
|
[](https://github.com/openvinotoolkit/openvino/releases/tag/2020.3.0)
|
|
[](LICENSE)
|
|
|
|
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 two components: namely [Model Optimizer] and
|
|
[Inference Engine], as well as CPU, GPU 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:
|
|
* [Inference Engine]
|
|
* [Model Optimizer]
|
|
|
|
## License
|
|
Deep Learning Deployment Toolkit is licensed under [Apache License Version 2.0](LICENSE).
|
|
By contributing to the project, you agree to the license and copyright terms therein
|
|
and release your contribution under these terms.
|
|
|
|
## Documentation
|
|
* [OpenVINO™ Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNotes)
|
|
* [OpenVINO™ Inference Engine Build Instructions](build-instruction.md)
|
|
* [Get Started with Deep Learning Deployment Toolkit on Linux](get-started-linux.md)\*
|
|
* [Introduction to Deep Learning Deployment Toolkit](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Introduction.html)
|
|
* [Inference Engine Developer Guide](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Deep_Learning_Inference_Engine_DevGuide.html)
|
|
* [Model Optimizer Developer Guide](https://docs.openvinotoolkit.org/latest/_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html)
|
|
|
|
## How to Contribute
|
|
See [CONTRIBUTING](./CONTRIBUTING.md) for details. Thank you!
|
|
|
|
## Support
|
|
Please report questions, issues and suggestions using:
|
|
|
|
* The `openvino` [tag on StackOverflow]\*
|
|
* [GitHub* Issues](https://github.com/openvinotoolkit/openvino/issues)
|
|
* [Forum](https://software.intel.com/en-us/forums/computer-vision)
|
|
|
|
---
|
|
\* Other names and brands may be claimed as the property of others.
|
|
|
|
[Open Model Zoo]:https://github.com/opencv/open_model_zoo
|
|
[Inference Engine]:https://software.intel.com/en-us/articles/OpenVINO-InferEngine
|
|
[Model Optimizer]:https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer
|
|
[tag on StackOverflow]:https://stackoverflow.com/search?q=%23openvino
|