Skip to content

Commit 2b33a5e

Browse files
daniil-lyakhov branch is removed from scripts and README / minor typo
1 parent 6a855db commit 2b33a5e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.ci/scripts/test_yolo12.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ if [[ "${MODE}" =~ .*openvino.* ]]; then
7575
OPENVINO=ON
7676
TARGET_LIBS="$TARGET_LIBS openvino_backend "
7777

78-
git clone https://github.com/daniil-lyakhov/openvino.git
79-
80-
cd openvino && git checkout dl/executorch/yolo12
78+
git clone https://github.com/openvinotoolkit/openvino.git
79+
cd openvino && git b16b776ac119dafda51f69a80f1e6b7376d02c3b
8180
git submodule update --init --recursive
8281
sudo ./install_build_dependencies.sh
8382
mkdir build && cd build

backends/openvino/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ Before you begin, ensure you have openvino installed and configured on your syst
4545
### Build OpenVINO from Source
4646

4747
```bash
48-
git clone https://github.com/daniil-lyakhov/openvino.git
49-
# WIP
50-
cd openvino && git checkout dl/yolo12_complete_support
48+
git clone https://github.com/openvinotoolkit/openvino.git
49+
cd openvino && git checkout b16b776ac119dafda51f69a80f1e6b7376d02c3b
5150
git submodule update --init --recursive
5251
sudo ./install_build_dependencies.sh
5352
mkdir build && cd build

examples/models/yolo12/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This example demonstrates how to perform inference of [Ultralytics YOLO12 family
1717
| Intel(R) Core(TM) Ultra 7 155H | yolo12s | openvino | CPU | FP32 | 88.3549 |
1818
| Intel(R) Core(TM) Ultra 7 155H | yolo12s | openvino | CPU | INT8 | 53.066 |
1919
| Intel(R) Core(TM) Ultra 7 155H | yolo12l | openvino | CPU | FP32 | 317.953 |
20-
| Intel(R) Core(TM) Ultra 7 155H | yolo12s | openvino | CPU | INT8 | 150.846 |
20+
| Intel(R) Core(TM) Ultra 7 155H | yolo12l | openvino | CPU | INT8 | 150.846 |
2121
| Intel(R) Core(TM) Ultra 7 155H | yolo12s | openvino | GPU | FP32 | 32.71 |
2222
| Intel(R) Core(TM) Ultra 7 155H | yolo12l | openvino | GPU | FP32 | 70.885 |
2323
| Intel(R) Core(TM) Ultra 7 155H | yolo12s | xnnpack | CPU | FP32 | 169.36 |

0 commit comments

Comments
 (0)