报错:
bash
-- ADE: Download: v0.1.1f.zip
-- Try 1 failed
CMake Warning at cmake/OpenCVDownload.cmake:202 (message):
ADE: Download failed: 28;"Timeout was reached"
For details please refer to the download log file:
/workspace/3rdparty/opencv-4.5.2/build/CMakeDownloadLog.txt
Call Stack (most recent call first):
解决办法:
下载https://github.com/opencv/ade/archive/v0.1.1f.zip失败
解决方案:
1、手动下载再放到路径~/opencv-4.5.5/.cache/ade下
或
bash
cd ~/opencv-4.5.5/.cache/ade
wget https://github.com/opencv/ade/archive/v0.1.1f.zip
2、重新cmake: