From ca447a2eb7c926cc4df474c18d88685c006ea8f5 Mon Sep 17 00:00:00 2001 From: Maciej Smyk Date: Wed, 4 Jan 2023 11:11:46 +0100 Subject: [PATCH] yolo_tiny_v1 (#14878) --- docs/OV_Runtime_UG/img/yolo_tiny_v1.png | 3 - docs/OV_Runtime_UG/img/yolo_tiny_v1.svg | 912 ++++++++++++++++++++ docs/OV_Runtime_UG/supported_plugins/VPU.md | 2 +- 3 files changed, 913 insertions(+), 4 deletions(-) delete mode 100644 docs/OV_Runtime_UG/img/yolo_tiny_v1.png create mode 100644 docs/OV_Runtime_UG/img/yolo_tiny_v1.svg diff --git a/docs/OV_Runtime_UG/img/yolo_tiny_v1.png b/docs/OV_Runtime_UG/img/yolo_tiny_v1.png deleted file mode 100644 index a92f7ed806a..00000000000 --- a/docs/OV_Runtime_UG/img/yolo_tiny_v1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d909bcaa7f6ec95cb0e3bf1b676b031489e89afa411e6add1aa2faaf90e0b3 -size 101557 diff --git a/docs/OV_Runtime_UG/img/yolo_tiny_v1.svg b/docs/OV_Runtime_UG/img/yolo_tiny_v1.svg new file mode 100644 index 00000000000..9e0a4ee2835 --- /dev/null +++ b/docs/OV_Runtime_UG/img/yolo_tiny_v1.svg @@ -0,0 +1,912 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/OV_Runtime_UG/supported_plugins/VPU.md b/docs/OV_Runtime_UG/supported_plugins/VPU.md index afa2504f9aa..ccbd6cbb3dd 100644 --- a/docs/OV_Runtime_UG/supported_plugins/VPU.md +++ b/docs/OV_Runtime_UG/supported_plugins/VPU.md @@ -102,7 +102,7 @@ Layers can be joined only when the two conditions below are met: - Depending on a tiling scheme, a `Concatenation` or `Sum` layer that joins all resulting tensors into one and restores the full blob that contains the result of a tiled operation Names of tiled layers contain the `@soc=M/N` part, where `M` is the tile number and `N` is the number of tiles: - ![](../img/yolo_tiny_v1.png) + ![](../img/yolo_tiny_v1.svg) > **NOTE**: Nominal layers, such as `Shrink` and `Expand`, are not executed.