Итак, это проблема
Код: Выделить всё
CMake Warning (dev) at cmake/OpenCVUtils.cmake:144 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.`
Call Stack (most recent call first):
cmake/OpenCVDetectPython.cmake:64 (find_host_package)
cmake/OpenCVDetectPython.cmake:271 (find_python)
CMakeLists.txt:643 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/OpenCVUtils.cmake:144 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake --help-policy CMP0146" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.`
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:21 (find_host_package)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:750 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
Я пытался переустановить Cmake, но тоже не работает.
И я пытался игнорировать это, чтобы посмотреть, работает ли он в конце концов: я зашел в VS2019, нажал "Все построить", но получилось сделать сотни Ошибка C1083.
Ошибка может быть такой
Код: Выделить всё
`C:/Users/擐祆???Documents/OpenCV_Cmake_Document/opencv-4.7.0/modules/imgproc/src/precomp.hpp': No such file or directory opencv_world_AVX512_SKX `
Я использую OpenCV 4.7.0 и Python 3.10.9 и у меня графический процессор Geforce RTC3080.
Я пытался игнорировать предупреждение, но это не сработало.

Подробнее здесь: https://stackoverflow.com/questions/765 ... and-opencv
Мобильная версия