dengqizhou30/AIAssistC

勾选图形检测软件会自动崩溃

Opened this issue · 3 comments

勾选开启图像检测之后 点击检测游戏屏幕 软件就直接崩溃了

image

大佬可以打包所有dll发给我吗 找不到呀 自己也不会编😂 大佬发一份给我 huloose@163.com 感谢大佬了

勾选开启图像检测后,需要调用opencv和tensorflow库。这两个库实在太大,无法上传。可以参考项目readme里面的地址下载安装。

三、主要的运行库:
1、intel贡献的大神级图像处理框架OpenCv:
https://opencv.org/

OpenCV DNN 模块目前支持多种AI对象检测模型推理运行:
https://github.com/opencv/opencv/tree/master/samples/dnn
https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API
https://github.com/openvinotoolkit/open_model_zoo

2、TensorFlow C API运行库,cppflow是TensorFlow C API的C++封装库:
选择使用TensorFlow C API运行库的原因,是因为它提供编译好的支持GPU的运行库,而其他框架都需要自己编译。
https://tensorflow.google.cn/install/lang_c
https://github.com/serizba/cppflow
https://serizba.github.io/cppflow/quickstart.html