自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

AI吃大瓜的博客

专研图像处理、深度学习

  • 博客(6)
  • 资源 (32)
  • 问答 (4)
  • 收藏
  • 关注

原创 《童话》简谱

2018-12-30 10:57:51 17421 1

原创 《OpenGL编程指南》第8版 第9版 VS2015 VS2017配置方法

《OpenGL编程指南》第8版 第9版 VS2015 VS2017配置方法    《OpenGL编程指南》源码下载和源码在VS2015 VS2017配置方法目录《OpenGL编程指南》第8版 第9版 环境配置VS20151. 源码下载:2.Cmake build配置3. VS2015配置4.运行例子5.特殊设置1. 源码下载: 第9版可以官网下载:http:...

2018-12-26 15:56:23 3174 4

原创 TensorFlow数据读取机制:文件队列 tf.train.slice_input_producer和 tf.data.Dataset机制

TensorFlow数据读取机制:文件队列 tf.train.slice_input_producer和tf.data.Dataset机制 之前写了一篇博客,关于《Tensorflow生成自己的图片数据集TFrecord》,项目做多了,你会发现将数据转为TFrecord格式,实在是太麻烦了,灵活性太差!后面就总结一下TensorFlow数据读取机制,主要还是介绍tf.data.Datas...

2018-12-20 16:29:43 8499

原创 OpenCV图像缩放resize各种插值方式的比较

OpenCV图像缩放resize各种插值方式的比较速度比较:INTER_NEAREST(最近邻插值)>INTER_LINEAR(线性插值)>INTER_CUBIC(三次样条插值)>INTER_AREA(区域插值)对图像进行缩小时,为了避免出现波纹现象,推荐采用INTER_AREA区域插值方法。OpenCV推荐:如果要缩小图像,通常推荐使用#INTER_AREA插值效果最好,而要放大图像,通常使用INTER_CUBIC(速度较慢,但效果最好),或者使用INTER_LINEAR(速度较快,效果还可以

2018-12-19 16:29:23 84994 7

原创 TensorFlow高阶 API: keras教程-使用tf.keras搭建mnist手写数字识别网络

TensorFlow高阶 API:keras教程-使用tf.keras搭建mnist手写数字识别网络目录TensorFlow高阶 API:keras教程-使用tf.keras搭建mnist手写数字识别网络1、Keras2、导入 tf.keras3、构建简单的模型3.1、序列模型3.2、配置层4、训练和评估4.1、设置训练流程4.2、输入 NumPy 数据...

2018-12-10 19:06:44 11372 1

原创 利用MTCNN和facenet实现人脸检测和人脸识别

利用MTCNN和facenet实现人脸检测和人脸识别 人脸检测和人脸识别技术算是目前人工智能方面应用最成熟的技术了。本博客将利用mtcnn和faceNet搭建一个实现人脸检测和人脸识别的系统。基本思路也很简单,先利用mtcnn的进行人脸检测,当然也可以使用其他的人脸检测方法,如Dilb,OpenCV,OpenFace人脸检测等等,然后再利用faceNet进行人脸识别,faceNet可简单...

2018-12-09 14:29:07 57718 86

人脸识别1:人脸识别数据集.txt

人脸识别1:人脸识别数据集:https://blog.csdn.net/guyuealian/article/details/130600545 人脸识别2:InsightFace实现人脸识别Face Recognition(含源码下载):https://blog.csdn.net/guyuealian/article/details/130600472 人脸识别3:C/C++ InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600571 人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600600

2023-06-15

人脸识别3:C++ InsightFace实现人脸识别Face Recognition(含源码).txt

人脸识别1:人脸识别数据集:https://blog.csdn.net/guyuealian/article/details/130600545 人脸识别2:InsightFace实现人脸识别Face Recognition(含源码下载):https://blog.csdn.net/guyuealian/article/details/130600472 人脸识别3:C/C++ InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600571 人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600600

2023-06-15

人脸检测和行人检测1:人脸检测和行人检测数据集(含下载链接).txt

人脸检测和行人检测1:人脸检测和人体检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/128821763 人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130179987 人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180240 人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180269

2023-04-28

人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码)(复件).txt

人脸检测和行人检测1:人脸检测和人体检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/128821763 人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130179987 人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180240 人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180269

2023-04-28

人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测).txt

人脸检测和行人检测1:人脸检测和人体检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/128821763 人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130179987 人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180240 人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180269

2023-04-28

人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测).txt

人脸检测和行人检测1:人脸检测和人体检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/128821763 人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130179987 人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180240 人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180269

2023-04-28

人脸检测和行人检测Android APP Demo.zip

人脸检测和行人检测1:人脸检测和人体检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/128821763 人脸检测和行人检测2:YOLOv5实现人脸检测和行人检测(含数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130179987 人脸检测和行人检测3:Android实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180240 人脸检测和行人检测4:C++实现人脸检测和行人检测(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/130180269

2023-04-26

跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测).txt

跌倒检测和识别1:跌倒检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/130184256 跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130250738 跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250824 跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250838

2023-04-20

跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测).txt

跌倒检测和识别1:跌倒检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/130184256 跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130250738 跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250824 跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250838

2023-04-20

跌倒检测和识别1:跌倒检测数据集(含下载链接,包含(站立),bending(弯腰,蹲下)和down(躺下,摔倒)三种状).txt

收集了约4000的跌倒检测数据集和26000+跌倒分类数据集,包含(站立),bending(弯腰,蹲下)和down(躺下,摔倒)三种状 跌倒检测和识别1:跌倒检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/130184256 跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130250738 跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250824 跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250838

2023-04-20

跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码).txt

跌倒检测和识别1:跌倒检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/130184256 跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130250738 跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250824 跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250838

2023-04-20

跌倒检测识别Android Demo.zip

跌倒检测识别Android Demo, 跌倒检测和识别1:跌倒检测数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/130184256 跌倒检测和识别2:YOLOv5实现跌倒检测(含跌倒检测数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/130250738 跌倒检测和识别3:Android实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250824 跌倒检测和识别4:C++实现跌倒检测(含源码,可实时跌倒检测):https://blog.csdn.net/guyuealian/article/details/130250838

2023-04-20

Pytorch实现中药材(中草药)分类识别(含训练代码和数据集).txt

1.深度学习实现中草药(中药材)识别《Pytorch实现中药材(中草药)分类识别(含训练代码和数据集)》 https://blog.csdn.net/guyuealian/article/details/129880963 2.中草药(中药材)图片数据集(Chinese-Medicine-163): https://blog.csdn.net/guyuealian/article/details/129883396

2023-04-07

Android实现双目测距APP Demo.zip

(1)Android Demo图片测试:项目资源(src/main/assets)自带一对左右视图的测试图片,你需要将测试图片拷贝到你的手机,然后在Demo APP点击【图片】打开图片即可;如果你想测试自己的图片,请将左视图文件命名为left***.png,右视图文件命名为right***.png,否则不能正常加载左右视图。图片格式支持jpg,png等多种格式 (2)Android Demo视频测试:项目资源(src/main/assets)自带一对左右视图的视频文件,你需要将测试视频拷贝到你的手机 OpenCV实现双目测距(Python版本):https://blog.csdn.net/guyuealian/article/details/121301896 OpenCV实现双目测距(C/C++版本):https://blog.csdn.net/guyuealian/article/details/127446435 OpenCV实现双目测距(Android版本)https://blog.csdn.net/guyuealian/article/details/127446435 ​

2023-03-25

基于YOLOv5的手势识别系统(含手势识别数据集 训练代码).txt

《基于YOLOv5的手势识别系统(含手势识别数据集+训练代码)》:https://blog.csdn.net/guyuealian/article/details/126750433 手势识别(HGR)作为人机交互的一部分,在汽车领域、家庭自动化系统、各种视频/流媒体平台等领域具有广泛的实际应用。本篇博客,将基于YOLOv5搭建一个手势识别目标检测系统,支持one,two,ok等18种常见的通用手势动作识别,目前基于多目标检测的手势识别方法YOLOv5s的平均精度平均值mAP_0.5=0.99569,mAP_0.5:0.95=0.87605,基本满足业务的性能需求。

2023-03-20

Android实现表情识别Demo(可实时检测).zip

APP在普通Android手机上可以达到实时的检测识别效果,CPU(4线程)约30ms左右,GPU约25ms左右 更多项目《面部表情识别》系列文章请参考: 1.面部表情识别1:表情识别数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/129428657 2.面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/129505205 3.面部表情识别3:Android实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467015 4.面部表情识别4:C++实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467023

2023-03-14

面部表情识别4:C++实现表情识别(含源码,可实时检测).txt

更多项目《面部表情识别》系列文章请参考: 1.面部表情识别1:表情识别数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/129428657 2.面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/129505205 3.面部表情识别3:Android实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467015 4.面部表情识别4:C++实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467023

2023-03-14

面部表情识别3:Android实现表情识别(含源码,可实时检测).txt

更多项目《面部表情识别》系列文章请参考: 1.面部表情识别1:表情识别数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/129428657 2.面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/129505205 3.面部表情识别3:Android实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467015 4.面部表情识别4:C++实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467023

2023-03-14

面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码).txt

更多项目《面部表情识别》系列文章请参考: 1.面部表情识别1:表情识别数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/129428657 2.面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/129505205 3.面部表情识别3:Android实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467015 4.面部表情识别4:C++实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467023

2023-03-14

面部表情识别1:表情识别数据集(含下载链接).txt

更多项目《面部表情识别》系列文章请参考: 1.面部表情识别1:表情识别数据集(含下载链接):https://blog.csdn.net/guyuealian/article/details/129428657 2.面部表情识别2:Pytorch实现表情识别(含表情识别数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/129505205 3.面部表情识别3:Android实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467015 4.面部表情识别4:C++实现表情识别(含源码,可实时检测):https://blog.csdn.net/guyuealian/article/details/129467023

2023-03-14

水表数字识别Android Demo APP安装包.zip

这是水表数字识别Android Demo APP安装包,其中水表数字分割模型采用Fast-SCNN,识别模型采用PlateNet,模型推理实现Android源码核心算法部分均采用C++实现,上层Java通过JNI接口调用C++算法,博客原文:https://blog.csdn.net/guyuealian/article/details/139998836

2024-07-13

年龄性别预算识别Android APP Demo.zip

这是年龄性别预算识别Android APP Demo,只安装在安卓手机,实时检测和识别 年龄性别预测1:年龄性别数据集说明(含下载地址)https://blog.csdn.net/guyuealian/article/details/135127124 年龄性别预测2:Pytorch实现年龄性别预测和识别(含训练代码和数据)https://blog.csdn.net/guyuealian/article/details/135556789 年龄性别预测3:Android实现年龄性别预测和识别(含源码,可实时预测)https://blog.csdn.net/guyuealian/article/details/135556824 年龄性别预测4:C/C++实现年龄性别预测和识别(含源码,可实时预测)https://blog.csdn.net/guyuealian/article/details/135556843

2024-01-15

人体关键点检测(人体姿态估计)Android Demo App.zip

这是人体关键点检测(人体姿态估计)Android Demo App,更多项目请参考: 人体关键点检测1:人体姿势估计数据集(含下载链接) https://blog.csdn.net/guyuealian/article/details/134703548 人体关键点检测2:Pytorch实现人体关键点检测(人体姿势估计)含训练代码和数据集 https://blog.csdn.net/guyuealian/article/details/134837816 人体关键点检测3:Android实现人体关键点检测(人体姿势估计)含源码 可实时检测 https://blog.csdn.net/guyuealian/article/details/134881797 人体关键点检测4:C/C++实现人体关键点检测(人体姿势估计)含源码 可实时检测 https://blog.csdn.net/guyuealian/article/details/134881797

2023-12-08

指尖笔尖检测Android App Demo.zip

这是指尖笔尖检测Android Demo,可实时检测指尖笔尖,支持跟踪检测,检测效果相当好

2023-11-21

笔尖笔帽关键点检测Android App Demo.zip

这是笔尖笔帽关键点检测Android App Demo,更多资源请参考: 笔尖笔帽检测1:笔尖笔帽检测数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/134070255 笔尖笔帽检测2:Pytorch实现笔尖笔帽检测算法(含训练代码和数据集)https://blog.csdn.net/guyuealian/article/details/134070483 笔尖笔帽检测3:Android实现笔尖笔帽检测算法(含源码 可是实时检测)https://blog.csdn.net/guyuealian/article/details/134070497 笔尖笔帽检测4:C++实现笔尖笔帽检测算法(含源码 可是实时检测)https://blog.csdn.net/guyuealian/article/details/134070516

2023-11-14

C++实现手部关键点检测(手部姿势估计)含源码 可实时检测.txt

C++实现手部关键点检测(手部姿势估计)含源码 可实时检测

2023-10-17

手部关键点(手部姿势估计)数据集(含下载链接).txt

手部关键点数据集,手部姿势估计数据集,手部检测数据集; 手部关键点检测1:手部关键点(手部姿势估计)数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/133277630 手部关键点检测2:YOLOv5实现手部检测(含训练代码和数据集)https://blog.csdn.net/guyuealian/article/details/133279222 手部关键点检测3:Pytorch实现手部关键点检测(手部姿势估计)含训练代码和数据集https://blog.csdn.net/guyuealian/article/details/133277726 手部关键点检测4:Android实现手部关键点检测(手部姿势估计)含源码 可实时检测https://blog.csdn.net/guyuealian/article/details/133277732

2023-10-17

Android实现手部关键点检测(手部姿势估计)含源码 可实时检测.txt

Android实现手部关键点检测(手部姿势估计)含源码 可实时检测 手部关键点检测1:手部关键点(手部姿势估计)数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/133277630 手部关键点检测2:YOLOv5实现手部检测(含训练代码和数据集)https://blog.csdn.net/guyuealian/article/details/133279222 手部关键点检测3:Pytorch实现手部关键点检测(手部姿势估计)含训练代码和数据集https://blog.csdn.net/guyuealian/article/details/133277726 手部关键点检测4:Android实现手部关键点检测(手部姿势估计)含源码 可实时检测https://blog.csdn.net/guyuealian/article/details/133277732

2023-10-17

YOLOv5实现手部检测(含训练代码和数据集).txt

YOLOv5实现手部检测(含训练代码和数据集) 手部关键点检测1:手部关键点(手部姿势估计)数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/133277630 手部关键点检测2:YOLOv5实现手部检测(含训练代码和数据集)https://blog.csdn.net/guyuealian/article/details/133279222 手部关键点检测3:Pytorch实现手部关键点检测(手部姿势估计)含训练代码和数据集https://blog.csdn.net/guyuealian/article/details/133277726 手部关键点检测4:Android实现手部关键点检测(手部姿势估计)含源码 可实时检测https://blog.csdn.net/guyuealian/article/details/133277732

2023-10-17

手部关键点检测Android Demo

这是手部关键点检测Android Demo APP安装包,可在Android手机安装,体检手部关键点检测的效果;更多博文推荐: 手部关键点检测3:Pytorch实现手部关键点检测(手部姿势估计)含训练代码和数据集https://blog.csdn.net/guyuealian/article/details/133277726 手部关键点检测4:Android实现手部关键点检测(手部姿势估计)含源码 可实时检测https://blog.csdn.net/guyuealian/article/details/133277732 手部关键点检测5:C++实现手部关键点检测(手部姿势估计)含源码 可实时检测https://blog.csdn.net/guyuealian/article/details/133277748

2023-10-12

疲劳驾驶检测和识别Android Demo App.zip

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/131718648 疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码)https://blog.csdn.net/guyuealian/article/details/131834946 疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测)https://blog.csdn.net/guyuealian/article/details/131834970 疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测)https://panjinquan.blog.csdn.net/article/details/131834980

2023-07-24

疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测).txt

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/131718648 疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码)https://blog.csdn.net/guyuealian/article/details/131834946 疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测)https://blog.csdn.net/guyuealian/article/details/131834970 疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测)https://panjinquan.blog.csdn.net/article/details/131834980

2023-07-24

疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码).txt

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/131718648 疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码)https://blog.csdn.net/guyuealian/article/details/131834946 疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测)https://blog.csdn.net/guyuealian/article/details/131834970 疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测)https://panjinquan.blog.csdn.net/article/details/131834980

2023-07-24

疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测).txt

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/131718648 疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码)https://blog.csdn.net/guyuealian/article/details/131834946 疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测)https://blog.csdn.net/guyuealian/article/details/131834970 疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测)https://panjinquan.blog.csdn.net/article/details/131834980

2023-07-24

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接).txt

疲劳驾驶检测和识别1: 疲劳驾驶检测和识别数据集(含下载链接)https://blog.csdn.net/guyuealian/article/details/131718648 疲劳驾驶检测和识别2:Pytorch实现疲劳驾驶检测和识别(含疲劳驾驶数据集和训练代码)https://blog.csdn.net/guyuealian/article/details/131834946 疲劳驾驶检测和识别3:Android实现疲劳驾驶检测和识别(含源码,可实时检测)https://blog.csdn.net/guyuealian/article/details/131834970 疲劳驾驶检测和识别4:C++实现疲劳驾驶检测和识别(含源码,可实时检测)https://panjinquan.blog.csdn.net/article/details/131834980

2023-07-24

吸烟(抽烟)检测和识别1:吸烟(抽烟)数据集说明(含下载链接).txt

吸烟(抽烟)检测和识别1:吸烟(抽烟)数据集说明(含下载链接):https://blog.csdn.net/guyuealian/article/details/130337263 吸烟(抽烟)检测和识别2:Pytorch实现吸烟(抽烟)检测和识别(含吸烟(抽烟)数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/131521338

2023-07-10

吸烟(抽烟)检测和识别2:Pytorch实现吸烟(抽烟)检测和识别(含吸烟(抽烟)数据集和训练代码).txt

吸烟(抽烟)检测和识别1:吸烟(抽烟)数据集说明(含下载链接):https://blog.csdn.net/guyuealian/article/details/130337263 吸烟(抽烟)检测和识别2:Pytorch实现吸烟(抽烟)检测和识别(含吸烟(抽烟)数据集和训练代码):https://blog.csdn.net/guyuealian/article/details/131521338

2023-07-10

人脸识别Android Demo App.txt

人脸识别Android Demo App下载链接: https://pan.baidu.com/s/1cAqXUA1_qzbA7VujDY2JIA 提取码: 6e6g 博文参考:人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码)https://blog.csdn.net/guyuealian/article/details/130600600

2023-06-15

人脸识别2:InsightFace实现人脸识别Face Recognition(含源码下载).txt

人脸识别1:人脸识别数据集:https://blog.csdn.net/guyuealian/article/details/130600545 人脸识别2:InsightFace实现人脸识别Face Recognition(含源码下载):https://blog.csdn.net/guyuealian/article/details/130600472 人脸识别3:C/C++ InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600571 人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600600

2023-06-15

人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码).txt

人脸识别1:人脸识别数据集:https://blog.csdn.net/guyuealian/article/details/130600545 人脸识别2:InsightFace实现人脸识别Face Recognition(含源码下载):https://blog.csdn.net/guyuealian/article/details/130600472 人脸识别3:C/C++ InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600571 人脸识别4:Android InsightFace实现人脸识别Face Recognition(含源码):https://blog.csdn.net/guyuealian/article/details/130600600

2023-06-15

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除