准备:

1.用到的软件:(红色是必须要安的)

  VS2017 Pro

  Opencv-3.4.9-vc14_vc15.exe

  Python3.6

  Anaconda3-2020.02-Windows-x86_64

  paddle(安装在Anaconda3里了)

  cMake-3.16.2-win64-x64

2.项目目录说明:

  fluid_inference_install_dir  :Paddle预编译文件

  inference                            :需要放到最后生成目录下的文件

  opencv3.6                          :项目用到的openvc3.6文件

  PaddleOCR-develop    :PaddleOCR文件

       部署文字OCR项目C++环境

一:配置目录(遇到问题见:解决:CMake Error :Visual Studio 15 2017 -could not find any instance of Visual Studio.

处理顺序:1->3->2->3->4->5

 

 

 部署文字OCR项目C++环境

 二:点击Open Project

1.编译后的工程:

部署文字OCR项目C++环境

 

 2.将“准备-2”中的“inference”文件夹复制到..\sln\PaddleOCR-develop\deploy\cpp_infer\builddll\Release中。

部署文字OCR项目C++环境

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-06-17
  • 2021-12-30
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2021-05-29
  • 2022-01-13
  • 2021-04-21
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案