Skip to content

Commit

Permalink
Changes after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptimiuIoachimNeagaIntel committed Dec 12, 2024
1 parent a4584d7 commit 423a24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/intel_npu/tools/protopipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,15 +539,15 @@ Iteration <number>:
```
- Build OpenCV G-API:
```
mkdir -p "build" && cd "build"
mkdir "build" && cd "build"
cmake .. -DBUILD_LIST=gapi ^
-DCMAKE_BUILD_TYPE=Release ^
-DWITH_OPENVINO=ON
cmake --build . --config Release --target opencv_gapi --parallel
```
If ONNX support is needed build OpenCV G-API with ONNX support:
```
mkdir -p "build" && cd "build"
mkdir "build" && cd "build"
cmake .. -DBUILD_LIST=gapi ^
-DCMAKE_BUILD_TYPE=Release ^
-DWITH_OPENVINO=ON ^
Expand Down

0 comments on commit 423a24d

Please sign in to comment.