PaddleOCR 编译 预测库 找不到opencv 报错~Could not find a package configuration file provided by “OpenCV“ with
PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
项目地址:https://gitcode.com/gh_mirrors/pa/PaddleOCR
免费下载资源
·
打开 CMakeLists.txt
加一句 这个
find_package("OpenCV")
在哪加?
find_package("OpenCV") 《-----
if (WIN32)
include_directories("${PADDLE_LIB}/paddle/include")
link_directories("${PADDLE_LIB}/paddle/lib")
find_package(OpenCV REQUIRED PATHS ${OPENCV_DIR}/build/ NO_DEFAULT_PATH)
GitHub 加速计划 / pa / PaddleOCR
41.52 K
7.59 K
下载
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
最近提交(Master分支:2 个月前 )
4772fad2
* docs: add installation documentation of paddle
* docs: fixed typo 2 天前
5430e433
2 天前
更多推荐
已为社区贡献3条内容
所有评论(0)