This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets.
الميزات الرئيسية لـ 1adrianb/face-alignment هي: Facial Landmark Detection, Facial Landmark Analysis, 3D Spatial Mapping, Face Alignment, Coordinate Regression, Deep Learning Execution, Precomputed Coordinate Integration, Bounding Box Integration.
تشمل البدائل مفتوحة المصدر لـ 1adrianb/face-alignment: yadiraf/prnet — PRNet is a Python library for 3D facial reconstruction. It uses a deep learning regression model to predict 3D facial… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… thnkim/openfacepytorch — PyTorch module to use OpenFace's nn4.small2.v1.t7 model. nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks. auduno/clmtrackr — clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It… 1adrianb/2d-and-3d-face-alignment — This project is a computer vision library designed for facial landmark detection and alignment. It provides a…
PRNet is a Python library for 3D facial reconstruction. It uses a deep learning regression model to predict 3D facial geometry and vertex colors from a single 2D input image to generate a textured mesh. The project provides tools for digital face swapping, allowing the replacement of a target face with a new image and blending textures to match the original pose. It also includes a framework for face texture swapping and blending to fit specific 3D poses. Additional capabilities cover facial analysis, including the detection and alignment of facial landmarks and the estimation of head pose a
This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra
Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
PyTorch module to use OpenFace's nn4.small2.v1.t7 model