1.原理介绍: 人脸检测利用opencv进行图像处理,借用keras框架搭建卷积神经网络,对图像进行特征提取与特征训练,再利用训练好的分类模型进行预测,再将预测标签实时打在每一帧图片上,实现实时人脸 检测与人脸标注. 2.具体步骤: 2.2数据获取:借由opencv自带的人脸检测haarcascade_frontalface_alt2.xml进行人脸检测划分,构建起2*1000数据集. 2.3数据处理:利用opencv对图片进行读取,剪切,转为矩阵;划分好图片和标签集 2.4模型训练与保存: 搭建CNN神经网络模型; 对标签进行one-hot编码(用不同位置数组表示不同类型),对图像矩阵进行归一化; 将处理好的数据分批量fit给模型,进行训练. 保存训练好的模型,以便调用. 2.…
☆19Jul 13, 2021Updated 4 years ago
Alternatives and similar repositories for Real-time-face-recognition-based-on-OpenCV
Users that are interested in Real-time-face-recognition-based-on-OpenCV are comparing it to the libraries listed below
Sorting:
- 北京印刷学院人工智能大赛深度学习组作品_基于深度学习的新冠肺炎检测系统☆10Oct 10, 2023Updated 2 years ago
- 《基于多特征融合的稻叶病图像识别系统》 基于机器学习和深度学习算法开发了一个稻叶病图像识别系统,基于颜色特征分割提取稻叶病图像病斑,提取颜色、形状、纹理等多个病斑图像特征维度,基于MCCA多视图典型相关分析进行特征融合得到集成特征,基于CNN、SVM进行稻叶病图像分类,进行…☆14Jul 30, 2024Updated last year
- 基于Unet的虹膜分割☆10Sep 3, 2022Updated 3 years ago
- 基于Unet模型的图像语义分割☆10Mar 24, 2020Updated 5 years ago
- 基于可变卷积改进的U-Net网络实现对胰腺细胞的精准切割☆10Mar 24, 2020Updated 5 years ago
- Python implementation of Crop Growth Monitoring System as implemented by the EU MARS project.☆12Feb 23, 2020Updated 6 years ago
- 仅使用 15 行 Python 代码就可以在你的系统上实现面部检测!☆10Oct 15, 2021Updated 4 years ago
- 用VGG16模型进行简单的垃圾图像分类☆10Aug 30, 2021Updated 4 years ago
- halcon算子阈值分割的实现☆12Apr 13, 2018Updated 7 years ago
- 建筑物识别器是一种用于识别卫星图或航拍图中的建筑物的模型。该模型使用卷积神经网络 (CNN) 来提取图像的特征,然后使用分类器来识别图像中的建筑物。☆14Dec 2, 2023Updated 2 years ago
- Modified VGG16 and UNetCNN based 4D Image Segmentation (Finalist - Smart India Hackathon 2019)☆12Aug 15, 2020Updated 5 years ago
- Code for paper "A Semi-Automated Usability Evaluation Framework for Interactive Image Segmentation Systems"☆13Jun 17, 2024Updated last year
- Run python script in IOS platform☆12Sep 3, 2017Updated 8 years ago
- Rice Yield CNN is a model to estimate the rice yield based on RGB image of rice canopy at harvest. The model is developed based on more t…☆11Nov 8, 2021Updated 4 years ago
- 自定义多样式页签控制视图组件☆13Jun 23, 2020Updated 5 years ago
- 程序以matlab语言编写,包括了Pearson相似度、UserCF、ItemCF、slope one算法、TopN推荐、MAE、RMSE、准确度、覆盖率等常用算法代码☆13Jun 16, 2019Updated 6 years ago
- Scipy to iOS arm64 build☆11Aug 12, 2019Updated 6 years ago
- 基于NPD特征+决策树(基分类器)的Adaboost图像识别算法的可调参可视化的模型训练&预测☆11Dec 11, 2017Updated 8 years ago
- 这是一个适配7.0模型的pyqt界面2☆18May 5, 2023Updated 2 years ago
- 2023届合肥工业大学电子信息科学与技术毕业设计。毕设题目:基于机器视觉技术的液晶屏切割缺陷辅助检测系统☆11May 9, 2023Updated 2 years ago
- 一系列python程序,包括哈希感知算法cvHash,图像切割cvsplit,固定目标检测cvRec(附文档ppt),视频读帧图像切割cvROI,批量图像尺寸调整size,模式匹配template☆16Feb 9, 2018Updated 8 years ago
- Rx的操作符使用和分析。一些基于MVVM+RxSwift+Moya+HandyJSON(Decodable)☆12Aug 6, 2024Updated last year
- (PLME'20) Maize tassels detection: a benchmark of the state of the art☆14Mar 11, 2021Updated 4 years ago
- 一个SLIC算法用于图像分割的matlab实现☆13Dec 7, 2021Updated 4 years ago
- 新冠肺炎辅助检测系统☆14Jun 16, 2021Updated 4 years ago
- 对常用图像分类和目标检测模型的封装📦,目前已经停更(模型也许已经过时)☆11Mar 27, 2021Updated 4 years ago
- 基于 runtime 的 KVO 实现代码☆14Aug 15, 2018Updated 7 years ago
- 18-19目标检测论文汇总☆12May 23, 2019Updated 6 years ago
- Traffic sign and signal recognition (TSSR) represents an important feature of advanced driver assistance systems, contributing to the saf…☆13Sep 15, 2021Updated 4 years ago
- A category to avoid background task leak☆12May 14, 2020Updated 5 years ago
- 基于Qt的使用监督学习与非监督学习的遥感影像分类软件,主要使用了kmeans/ISO/RandomForest/HRNet/PSPNet/Deeplabv3Plus☆13Apr 18, 2023Updated 2 years ago
- 基于tensorflow框架,用训练好的Vgg16模型,实现猫狗图像分类的代码☆13Mar 31, 2019Updated 6 years ago
- Animatable Slider View for iOS☆23Aug 10, 2013Updated 12 years ago
- ☆14Mar 27, 2023Updated 2 years ago
- Collect all sensor data in iOS☆12Apr 21, 2018Updated 7 years ago
- The improved model for multi-object detection and lane line segmentation based on the YoloP model.☆15Nov 5, 2022Updated 3 years ago
- 通过将残差网络作为编码器,改进UNet ( improving the unet by using the resnet as the encoder )☆13Jun 14, 2020Updated 5 years ago
- 目标检测的一些基础知识包括常用数据集VOC、COCO以及RCNN、Fast_RCNN、Faster_RCNN、YOLO、SSD算法的介绍☆17Dec 19, 2019Updated 6 years ago
- 本代码将用极 端随机森林(Extremely Random Forests, ERF)来训练图像分类器。一个目标识 别系统就是利用图像分类器将图像分到已知的类别中。 ERF在机器学习领域非常流行,因为ERF 具有较快的速度和比较精确的准确度。我们基于图像的特征构建一组决策树,…☆10Oct 19, 2017Updated 8 years ago