分类 AI 下的文章
AI 相关 机器学习 自然语言处理 计算机视觉 语音识别与合成 专家系统 规划与决策 机器人学 知识标识与推理 嵌入式AI 等等。。。人脸检测
主要方法 基于知识的检测方法:检测器官特征和器官之间的几何关系。主要利用先验知识将人脸看作器官特征的组合,根据眼睛、眉毛、嘴巴、鼻子等器官的特征以及相互之间的几何位置关系来检测人脸。 主要的检测方法:模板匹配,人脸特征,形状与边缘,纹理特征,颜色特征。 基于统计的检测方法:像素相似性度量...
[转] 卷积神经网络详解
转自: https://zhuanlan.zhihu.com/p/26954569?utm_source=qq&utm_medium=social https://ujjwalkarn.me/2016/08/11/intuitive-explanation-convnets/ 伊晓强 讲卷积神...
深度学习资料收集
最全资料:https://github.com/Mikoto10032/DeepLearning https://github.com/zhanggyb/nndl CNN学习资料: https://ujjwalkarn.me/2016/08/09/quick-intro-neural-netw...
深度学习
环境 安装 tensorflow,使用命令 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow --user 如果使用虚拟机,不适用 gpu ,可以安装 cpu 版本的 tensorflow-cpu,使用命令...
MobileNetV2-SSDLite
参考: https://ai.googleblog.com/2018/04/mobilenetv2-next-generation-of-on.html https://heartbeat.fritz.ai/real-time-object-detection-using-ssd-mobile...
tensorflow lite c++
1. 先 git clone tensorflow 的仓库,可以在 github 也可以在 gitee, gitee 会比 github 慢一天左右。但是下载速度快多了。 git clone https://github.com/tensorflow/tensorflow.git git cl...
tensorflow lite python
1. 如果不用虚拟环境,那么只需要在 类似于 https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp36-cp36m-linux_aarch64.whl 这个地址下载相应的文件,然后 pip3 install ~/Dow...
最新回复