Stars
A curated list of awesome resources for image alignment and stitching ...
double-chin-dataset is a high-quality image dataset of double chin removal, based on StyleGAN.
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.
Unified C++ interface for quadratic programming solvers
A C++ interface for the OSQP quadratic programming solver.
随机采样一致性算法,是在Ziv Yaniv的c++实现上重新实现了一次,加了中文注释,修正了一个错误。便于理解算法实现
本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。
练手的深度学习项目:opencv+python的实时目标检测;word2vec文本分类;验证码识别;人脸识别........
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
Source Code for MeshFlow Video Denoising
A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba. Full multimodal LLM Android App:[MNN-LLM-Android](./apps/Android/MnnLlmChat/READ…
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
A GPU accelerated image and video processing framework built on Metal.
video stabilization implementation of "A Non-linear filter for gyroscope-based video stabalization"
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
A curated list of video stabilization methods
PyTorch implementation of paper "Neural Scene Flow Fields for Space-Time View Synthesis of Dynamic Scenes"
ImGui GIZMO widget - 3D object manipulator / orientator
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
A curated list of awesome header-only C++ libraries