定位综述 目前用于人脸定位的有两种主流方法,一种是基于级联形状回归模型,另一种就是基于深度学习的方法。级联形状回归方法就是使用回归模型,直接学习从人脸表征到人脸形状的映射函数,进而建立从表观到形状的对应关系。这种方法的学习依赖于训练集的选取,如果训练集中包含了复杂的姿态变化,学习到的函数测试性能就会比较好。现有很多基于回归的方法,其中比较突出的有颜水成的DCR(Deep Cascaded Regression)、ESR(Explicitly Shape Regression)方法、LBF(Local Binary Features)方法以及SDM(Supervised Decent Method)方法。但是,上述方法也存在一定的问题,例如,基于提取到的局部图像特征来定位时很难找到具有全…
☆110May 7, 2019Updated 7 years ago
Alternatives and similar repositories for -
Users that are interested in - are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection☆12Apr 20, 2020Updated 6 years ago
- 基于物体轮廓检测和特征提取的木材图像计数模型☆17Dec 8, 2022Updated 3 years ago
- Human Face Detection based on AdaBoost☆11Nov 12, 2016Updated 9 years ago
- 用mtcnn检测人脸,使用kcf进行人脸跟踪☆19Dec 26, 2018Updated 7 years ago
- 本项目采用Opencv实现对视频信号的实时采集与帧提取,用Adaboost算法实现人脸图像的提取分割,并基于Keras搭建CNN卷积神经网络结构,用提取到的人脸图像训练CNN模型,并实现对视频中人脸的实时检测识别。☆112Jul 19, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Visualize Action Recognition Models☆11Apr 21, 2017Updated 9 years ago
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆60Mar 24, 2023Updated 3 years ago
- keras-regression-cnns☆11Dec 23, 2019Updated 6 years ago
- 应用强化学习在复杂的交通环境下自动学习最佳驾驶策略的方案,在测试环境下准确率达到100%。☆21Feb 26, 2017Updated 9 years ago
- Resources and Implementations of Generative Adversarial Nets which are focusing on how to control the generated images.☆11Apr 29, 2017Updated 9 years ago
- 项目名称为:自建数据集人脸识别。该项目利用电脑自带摄像头或者已有照片进行人脸数据集建立,再进行人脸检测,人脸识别,人脸预测,包括数据采集、数据预处理、建模、模型训练、模型使用预测全过程。项目使用Openc3进行数据采集、数据预处理,Keras 进行建模,模型参考了VGG16…☆52Aug 1, 2018Updated 7 years ago
- a pytorch implementation of CPN☆25May 2, 2018Updated 8 years ago
- 基于janus-gateway实现的流媒体服务器。☆11May 15, 2024Updated 2 years ago
- 遥感图像道路提取算法的实现☆20Dec 18, 2019Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Sklearn implement of multiple ensemble learning methods, including bagging, adaboost, iterative bagging and multiboosting☆13Jan 9, 2018Updated 8 years ago
- Adaboost Haar feature classifier cascade training☆10Apr 25, 2019Updated 7 years ago
- 利用facenet模型实现人脸探测、人脸特征库构建、人脸检索、人脸比对等功能☆19Feb 11, 2019Updated 7 years ago
- code for the paper ``Progressive Attention Guided Recurrent Network for Salient Object Detection"☆21Apr 1, 2019Updated 7 years ago
- 1.原理介绍: 人脸检测利用opencv进行图像处理,借用keras框架搭建卷积神经网络,对图像进行特征提取与特征训练,再利用训练好的分类模型进行预测,再将预测标签实时打在每一帧图片上,实现实时人脸检测与人脸标注. 2.具体步骤: 2.2数据获取:借由opencv自带的人脸…☆19Jul 13, 2021Updated 5 years ago
- Implementation of 3D attention mechanisms based on https://github.com/LeftAttention/Attention-Codebase. Thanks to LeftAttetnion for shari…☆12Feb 22, 2022Updated 4 years ago
- Joint Metric Learning Network for 2D Sketch-based 3D Shape Retrieval☆11Oct 19, 2020Updated 5 years ago
- Holistically-Nested Edge Detection☆34Oct 1, 2015Updated 10 years ago
- 宝贝三十六计是一款针对3-6岁儿童的益智策略类游戏,主要用来教会宝宝识别坏人的伎俩,不轻易相信坏人。基于Cocos2d-x 3.17.2和自主开发的Quick Engine开发。☆17Sep 29, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Deep Correlated Holistic Metric Learning for Sketch-based 3D Shape Retrieval☆14Sep 14, 2020Updated 5 years ago
- 《ROS机械臂开发与实践》教材的课后题详解☆12May 16, 2023Updated 3 years ago
- 本Python源码是编写的基于开源3D软件MakeHuman的插件。 7_AotuHumanBodyRegistration.py主要功能是输入二维人体图片,通过改变三维人体模型的体态, 并把模型的映射到二维空间,通过轮廓迭代求优算法,得到三维模型与二维图片的配准。 7_A…☆17Apr 12, 2016Updated 10 years ago
- ☆16Aug 22, 2017Updated 8 years ago
- fast_faceswap use dlib and change_style_network(基于dlib和风格迁移网络的快速换脸)☆11Jul 18, 2019Updated 7 years ago
- Pytorch implementation of the ACL paper 'Get To The Point: Summarization with Pointer-Generator Networks (See et al., 2017)', adapted to …☆32Jan 21, 2022Updated 4 years ago
- Real Time Analysis of Crowd Behaviour for Automatic and Accurate Surveillance☆16Apr 17, 2018Updated 8 years ago
- High level Gazebo simulation for the Unitree Robotics' Aliengo, A1 and Go1 quadruped robots.☆11Nov 2, 2023Updated 2 years ago
- this respository contains some detection pretrained model of coco2017, but it maybe not a sota☆12Mar 4, 2020Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆15Jul 23, 2022Updated 4 years ago
- Domain Disentangled Generative Adversarial Network for Zero-Shot Sketch-Based 3D Shape Retrieval☆16Oct 24, 2022Updated 3 years ago
- ☆22Mar 1, 2023Updated 3 years ago
- Implementation of my approach in the Retrieval of Cultural Heritage Objects (RCHO) track of the 3D Shape Retrieval Challenge (SHREC) 2021☆15Mar 4, 2021Updated 5 years ago
- c++ implementation for ssh detector for object detect. something likes ssd☆14Jan 14, 2019Updated 7 years ago
- Vu Tran, Gihan Jayatilaka, Ashwin Ashok and Archan Misra, 2021, April. Deeplight : Robust & Unobtrusive Real-time Screen-Camera Communica…☆14Feb 10, 2023Updated 3 years ago
- Baseline Triplet Loss Based Model for Fine-Grained Sketch Based Image Retrieval.☆14Mar 11, 2023Updated 3 years ago