Skip to content

Commit

Permalink
Feature/azaytsev/docs omz revision (#10176)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Updated openvino_docs.xml

* Updated the link to software license agreements

* Revert "Updated the link to software license agreements"

This reverts commit 706dac5.

* Added a link to the omz repo

Co-authored-by: Trawinski, Dariusz <[email protected]>
  • Loading branch information
andrew-zaytsev and dtrawins authored Feb 7, 2022
1 parent bde1d5e commit d62d185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/model_zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

@endsphinxdirective

Open Model Zoo for OpenVINO™ toolkit provides a wide variety of free, pre-trained deep learning models and demo applications that provide full application templates to help you implement deep learning in Python, C++, or OpenCV Graph API (G-API).
Open Model Zoo for OpenVINO™ toolkit delivers a wide variety of free, pre-trained deep learning models and demo applications that provide full application templates to help you implement deep learning in Python, C++, or OpenCV Graph API (G-API). Models and demos are avalable in the [Open Model Zoo GitHub repo](https://github.com/openvinotoolkit/open_model_zoo) and licensed under Apache License Version 2.0.

Browse through over 200 neural network models, both [public](@ref omz_models_group_public) and from [Intel](@ref omz_models_group_intel), and pick the right one for your solution. Types include object detection, classification, image segmentation, handwriting recognition, text to speech, pose estimation, and others. The Intel models have already been converted to work with OpenVINO™ software, while public models can easily be converted using the [Model Optimizer](@ref openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide) utility.
Browse through over 200 neural network models, both [public](@ref omz_models_group_public) and from [Intel](@ref omz_models_group_intel), and pick the right one for your solution. Types include object detection, classification, image segmentation, handwriting recognition, text to speech, pose estimation, and others. The Intel models have already been converted to work with OpenVINO™ toolkit, while public models can easily be converted using the [Model Optimizer](@ref openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide) utility.

Get started with simple [step-by-step procedures](get_started/get_started_demos.md) to learn how to build and run demo applications or discover the [full set of demos](@ref omz_demos) and adapt them for implementing specific deep learning scenarios in your applications.

0 comments on commit d62d185

Please sign in to comment.