zhang-can / SVM_PCA_face_detection
PCA+SVM+KFold方法人脸识别(Face Detection using PCA+SVM)
☆66Updated 6 years ago
Alternatives and similar repositories for SVM_PCA_face_detection:
Users that are interested in SVM_PCA_face_detection are comparing it to the libraries listed below
- 使用HOG+SVM进行图像分类☆164Updated 6 years ago
- 基于PyTorch框架实现的图像分类网络☆80Updated 4 years ago
- TensorFlow CNN卷积神经网络实现人脸性别检测☆180Updated 6 years ago
- 使用迁移学习将resnet50用于垃圾分类,基于【华为云人工智能大赛·垃圾分类挑战杯】☆117Updated 5 years ago
- 数字图像处理大作业,图像细粒度分类,CUB-200-2011,Peking University☆70Updated 6 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆77Updated 6 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 6 years ago
- 学习pytorch图像分类时整理的魔板,只需要更改对应的图片,直接运行train.py 和test.py即可☆17Updated 5 years ago
- 图像二分类问题 猫狗大战 pytorch CNN☆130Updated 6 years ago
- 基于深度学习的口罩佩戴检测,Keras-YOLOv3 实现。☆67Updated 5 years ago
- 这是一个简单的人工智障识别口罩佩戴的库☆145Updated 4 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆129Updated 5 years ago
- 基于tensorflow的的cnn卷积神经网络的图像识别分类☆125Updated 6 years ago
- 基于深度学习的人脸识别系统☆61Updated 3 years ago
- ORL人脸识别不同算法的实现,用到了scikit-learn,tensorflow等,任选5张训练,5张测试。因为每次训练随机挑选,所以每次输出识别率有偏差 算法 识别率 bp神经网络 0.8 pca+bp神经网络 0.85 小波变换+pca+bp神经网络 0.95 CNN…☆72Updated 3 years ago
- MATLAB自编程实现BP神经网络手写数字识别。☆28Updated 4 years ago
- 利用BP神经网络实现手写数字识别☆49Updated 7 years ago
- 深度学习 + OpenCV,Python实现实时视频目标检测☆98Updated 6 years ago
- 实现常用图像分类算法☆45Updated last year
- 研一图像处理期末大作业:基于openCV的人脸识别☆35Updated 7 years ago
- 毕业设计项目,基于深度学习的实时语义分割算法研究,python实现。☆29Updated 4 years ago
- 基于卷积神经网络(CNN)的人脸在线识别系统☆145Updated 11 months ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆43Updated 5 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆30Updated 4 years ago
- 本赛题任务是对西安的热门景点、美食、特产、民俗、工艺品等图片进行分类,即首先识别出图片中物品的类别(比如大雁塔、肉夹馍等),然后根据图片分类的规则,输出该图片中物品属于景点、美食、特产、民俗和工艺品中的哪一种。☆84Updated 3 years ago
- 使用图像的hog特征来导入svm来进行分类☆24Updated 7 years ago
- CNN 图像多分类问题☆26Updated 6 years ago
- 【图像分类】使用卷积神经网络CNN对手势进行识别☆26Updated 5 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆83Updated 5 years ago
- 采用SVM实现图片的多分类☆19Updated 6 years ago