We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2f3cb commit 16c7bbdCopy full SHA for 16c7bbd
tests/cpp/accuracy/CMakeLists.txt
@@ -65,7 +65,7 @@ include(../cmake/common.cmake)
65
66
find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
67
68
-set(ENABLE_PY_BINDINGS OFF)
+set(ENABLE_PY_BINDINGS ON)
69
add_subdirectory(../../../src/cpp ${tests_BINARY_DIR}/model_api/cpp)
70
71
add_test(NAME test_accuracy SOURCES test_accuracy.cpp DEPENDENCIES model_api)
0 commit comments