File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for asynchr
1313- Install third party dependencies by running the following script:
1414
1515 ``` bash
16- chmod +x ../../../model_api /cpp/install_dependencies.sh
17- sudo ../../../model_api /cpp/install_dependencies.sh
16+ chmod +x ../../../src /cpp/install_dependencies.sh
17+ sudo ../../../src /cpp/install_dependencies.sh
1818 ```
1919
2020- Build example:
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1111- Install third party dependencies by running the following script:
1212
1313 ``` bash
14- chmod +x ../../../model_api /cpp/install_dependencies.sh
15- sudo ../../../model_api /cpp/install_dependencies.sh
14+ chmod +x ../../../src /cpp/install_dependencies.sh
15+ sudo ../../../src /cpp/install_dependencies.sh
1616 ```
1717
1818- Build example:
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ include(../cmake/common.cmake)
6666find_package (OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
6767find_package (OpenVINO REQUIRED COMPONENTS Runtime)
6868
69- add_subdirectory (../../../model_api /cpp ${tests_BINARY_DIR} /model_api/cpp)
69+ add_subdirectory (../../../src /cpp ${tests_BINARY_DIR} /model_api/cpp)
7070
7171add_test (NAME test_accuracy SOURCES test_accuracy.cpp DEPENDENCIES model_api)
7272add_test (NAME test_YOLOv8 SOURCES test_YOLOv8.cpp DEPENDENCIES model_api)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ include(../cmake/common.cmake)
6565find_package (OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
6666find_package (OpenVINO REQUIRED COMPONENTS Runtime)
6767
68- add_subdirectory (../../../model_api /cpp ${tests_BINARY_DIR} /model_api/cpp)
68+ add_subdirectory (../../../src /cpp ${tests_BINARY_DIR} /model_api/cpp)
6969
7070add_test (NAME test_sanity SOURCES test_sanity.cpp DEPENDENCIES model_api)
7171add_test (NAME test_model_config SOURCES test_model_config.cpp DEPENDENCIES model_api)
You can’t perform that action at this time.
0 commit comments