awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 1adrianb/face-alignment

Open-source alternatives to Face Alignment

30 open-source projects similar to 1adrianb/face-alignment, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Face Alignment alternative.

  • yadiraf/prnetAvatar YadiraF

    YadiraF/PRNet

    5,013Vezi pe GitHub↗

    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

    Python
    Vezi pe GitHub↗5,013
  • amdegroot/ssd.pytorchAvatar amdegroot

    amdegroot/ssd.pytorch

    5,224Vezi pe GitHub↗

    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

    Pythoncomputer-visiondeep-learningimage-recognition
    Vezi pe GitHub↗5,224
  • nvidia/flownet2-pytorchAvatar NVIDIA

    NVIDIA/flownet2-pytorch

    3,286Vezi pe GitHub↗

    Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

    Python
    Vezi pe GitHub↗3,286
  • thnkim/openfacepytorchAvatar thnkim

    thnkim/OpenFacePytorch

    189Vezi pe GitHub↗

    PyTorch module to use OpenFace's nn4.small2.v1.t7 model

    Python
    Vezi pe GitHub↗189

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • auduno/clmtrackrAvatar auduno

    auduno/clmtrackr

    6,504Vezi pe GitHub↗

    clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It implements Constrained Local Models to identify specific coordinate points on a human face within video feeds or static images. The project functions as a real-time face warping engine and expression analysis tool. It can distort facial images via parametric models to create caricatures or identify and label emotional states such as happiness, sadness, anger, and surprise based on feature coordinates. The library covers a broad range of capabilities including automatic and manu

    JavaScript
    Vezi pe GitHub↗6,504
  • 1adrianb/2d-and-3d-face-alignmentAvatar 1adrianb

    1adrianb/2D-and-3D-face-alignment

    974Vezi pe GitHub↗

    This project is a computer vision library designed for facial landmark detection and alignment. It provides a framework for identifying and mapping specific points on a human face in both two-dimensional and three-dimensional space, enabling the normalization of facial geometry and orientation across diverse images. The system utilizes a deep learning approach to extract precise facial coordinates, supporting tasks such as expression analysis and geometric modeling. By employing a stacked hourglass architecture, the model performs multi-stage feature refinement to capture spatial relationship

    Lua3d-face-alignmentcomputer-visiondeeplearning
    Vezi pe GitHub↗974
  • hrnet/hrnet-facial-landmark-detectionAvatar HRNet

    HRNet/HRNet-Facial-Landmark-Detection

    1,135Vezi pe GitHub↗

    This project is a deep learning framework designed for facial landmark detection. It functions as a computer vision library that provides the necessary routines to locate precise points on human faces within images by generating spatial probability maps. The architecture distinguishes itself through high-resolution parallel branching, which maintains detailed visual representations throughout the entire network. By utilizing multi-scale feature fusion, the model repeatedly exchanges information across these parallel streams to integrate fine-grained spatial details with broader semantic conte

    Pythondeep-high-resolution-netface-alignmentfacealignment
    Vezi pe GitHub↗1,135
  • leoxiaobin/deep-high-resolution-net.pytorchAvatar leoxiaobin

    leoxiaobin/deep-high-resolution-net.pytorch

    4,479Vezi pe GitHub↗

    This project is a PyTorch implementation of a research architecture designed for high-resolution representation learning. It serves as a computer vision framework focused on precise keypoint detection, human pose estimation, and semantic image segmentation. The implementation provides specialized tools for identifying anatomical landmarks on the human body and predicting facial keypoint coordinates to analyze orientation and alignment. It utilizes a system of multi-resolution parallel streams and repeated multi-scale fusion to maintain high-resolution representations throughout the network.

    Cuda
    Vezi pe GitHub↗4,479
  • exadel-inc/comprefaceAvatar exadel-inc

    exadel-inc/CompreFace

    7,782Vezi pe GitHub↗

    CompreFace is a facial recognition system designed for human face detection, identification, and biometric identity verification. It provides a registry of known people and the ability to match faces in images against this database to determine a specific identity. The system extracts facial landmarks to map geometry and analyzes physical attributes including age, gender, and head pose. It can also verify whether two different images belong to the same individual. The project is implemented as a microservice-based deployment utilizing a REST API gateway and a PostgreSQL metadata store. It in

    Javacomputer-visiondockerdocker-compose
    Vezi pe GitHub↗7,782
  • timesler/facenet-pytorchAvatar timesler

    timesler/facenet-pytorch

    5,148Vezi pe GitHub↗

    facenet-pytorch is a facial recognition library for PyTorch that provides pretrained neural networks for detecting faces and extracting facial embeddings. It includes an MTCNN face detector for locating faces and landmarks, alongside an InceptionResnet face encoder to convert facial images into high-dimensional vectors for identity verification. The project provides tools for identity recognition by comparing facial embeddings using cosine similarity. It also supports facial video tracking to maintain identity consistency across consecutive frames and allows for the fine-tuning of pretrained

    Pythonface-detectionface-identificationface-recognition
    Vezi pe GitHub↗5,148
  • serengil/deepfaceAvatar serengil

    serengil/deepface

    22,226Vezi pe GitHub↗

    Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe

    Pythonage-predictionarcfacedeep-learning
    Vezi pe GitHub↗22,226
  • cleardusk/3ddfaAvatar cleardusk

    cleardusk/3DDFA

    3,678Vezi pe GitHub↗

    3DDFA is a 3D face reconstruction tool that generates three-dimensional facial meshes and 68 structural landmarks from a single two-dimensional input image. The project provides utilities for estimating facial pose and depth maps to determine the orientation and position of a face. It includes a geometry exporter to save reconstructed facial shapes into standard file formats for use in external 3D modeling software. The software further covers automated face cropping using landmark-based and landmark-free identification methods, as well as the extraction of specialized mathematical represent

    Python
    Vezi pe GitHub↗3,678
  • xingyizhou/pytorch-pose-hg-3dAvatar xingyizhou

    xingyizhou/Pytorch-pose-hg-3d

    612Vezi pe GitHub↗

    This repository is the PyTorch implementation for the network presented in:

    Python
    Vezi pe GitHub↗612
  • longcw/yolo2-pytorchAvatar longcw

    longcw/yolo2-pytorch

    1,560Vezi pe GitHub↗

    YOLOv2 in PyTorch

    Pythondarknetdetectionpytorch
    Vezi pe GitHub↗1,560
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Vezi pe GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Vezi pe GitHub↗0
  • kenshohara/3d-resnets-pytorchAvatar kenshohara

    kenshohara/3D-ResNets-PyTorch

    4,039Vezi pe GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    Vezi pe GitHub↗4,039
  • rwightman/pytorch-image-modelsAvatar rwightman

    rwightman/pytorch-image-models

    36,893Vezi pe GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    Vezi pe GitHub↗36,893
  • ruotianluo/neuraltalk2.pytorchAvatar ruotianluo

    ruotianluo/neuraltalk2.pytorch

    1,478Vezi pe GitHub↗

    I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)

    Python
    Vezi pe GitHub↗1,478
  • davexpro/pytorch-pose-estimationAvatar DavexPro

    DavexPro/pytorch-pose-estimation

    159Vezi pe GitHub↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    Vezi pe GitHub↗159
  • potterhsu/svhnclassifier-pytorchP

    potterhsu/SVHNClassifier-PyTorch

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • thstkdgus35/edsr-pytorchAvatar thstkdgus35

    thstkdgus35/EDSR-PyTorch

    2,627Vezi pe GitHub↗

    About PyTorch 1.2.0 Now the master branch supports PyTorch 1.2.0 by default. Due to the serious version problem (especially torch.utils.data.dataloader), MDSR functions are temporarily disabled. If you have to train/evaluate the MDSR model, please use legacy branches.

    Python
    Vezi pe GitHub↗2,627
  • zhanghang1989/pytorch-style-transferAvatar zhanghang1989

    zhanghang1989/PyTorch-Style-Transfer

    1,007Vezi pe GitHub↗

    Neural Style and MSG-Net

    Jupyter Notebook
    Vezi pe GitHub↗1,007
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • tensorflow/magentaAvatar tensorflow

    tensorflow/magenta

    19,797Vezi pe GitHub↗

    Magenta is an AI creative suite and TensorFlow generative art framework used to train and deploy models for the production of artistic media. It functions as a generative music library and a deep learning art generator, providing tools to automate the creation of original musical compositions and visual artwork. The project covers AI music composition and generative visual art through neural art generation and machine learning creativity. It enables the training of generative models to produce original songs, images, and drawings based on learned patterns.

    Python
    Vezi pe GitHub↗19,797
  • ageitgey/face_recognitionAvatar ageitgey

    ageitgey/face_recognition

    56,504Vezi pe GitHub↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Pythonface-detectionface-recognitionmachine-learning
    Vezi pe GitHub↗56,504
  • esimov/pigoAvatar esimov

    esimov/pigo

    4,710Vezi pe GitHub↗

    Pigo is a computer vision library written in Go for locating human faces in images and video streams. It provides tools for face detection, facial landmark identification, and pupil and eye localization. The project is implemented in pure Go to ensure portable execution without external dependencies. It supports compilation to WebAssembly, enabling face detection and image processing to run directly in web browsers without a backend. The library's capabilities include real-time face detection using classifier cascades and gaze tracking localization. It maps anatomical points on the face to a

    Gocomputer-visioneye-detectionface-detection
    Vezi pe GitHub↗4,710
  • yinguobing/head-pose-estimationAvatar yinguobing

    yinguobing/head-pose-estimation

    1,351Vezi pe GitHub↗

    This project is a computer vision tool designed to calculate the pitch, yaw, and roll of a human head in real time. It functions as a facial landmark detection library that identifies sixty-eight specific points on a face to enable precise orientation tracking from video streams. The system utilizes a high-performance inference engine to execute pre-trained machine learning models, ensuring that geometric analysis is performed efficiently on input frames. By mapping detected facial coordinates to a three-dimensional model, the software determines the camera-relative rotation of the head throu

    Pythonconvolutional-neural-networksdeep-learningfacial-landmarks-detection
    Vezi pe GitHub↗1,351
  • kpzhang93/mtcnn_face_detection_alignmentAvatar kpzhang93

    kpzhang93/MTCNN_face_detection_alignment

    2,863Vezi pe GitHub↗

    This library provides a deep learning framework for identifying human faces and extracting facial landmarks within digital images. It utilizes a multi-task convolutional neural network architecture to simultaneously perform face classification, bounding box regression, and landmark localization. The system processes images through three sequential stages of neural networks, incorporating image pyramid resizing to detect faces of varying scales. To ensure accuracy, it employs bounding box regression to refine coordinate predictions and non-maximum suppression to filter out redundant overlappin

    MATLAB
    Vezi pe GitHub↗2,863
  • alievk/avatarify-pythonAvatar alievk

    alievk/avatarify-python

    16,515Vezi pe GitHub↗

    Avatarify-python is a real-time face animation tool that uses a PyTorch-based neural network to map facial movements from a live camera feed onto a static image. It creates photorealistic animated avatars that mimic a user's movements for use in video software. The project includes a remote GPU inference client that offloads heavy computational workloads to a remote server, allowing high-performance animations to run on low-spec hardware. It also features a virtual webcam driver to route synthetic video streams into video conferencing applications as a standard camera device. The system prov

    Python
    Vezi pe GitHub↗16,515
  • justadudewhohacks/face-recognition.jsAvatar justadudewhohacks

    justadudewhohacks/face-recognition.js

    1,924Vezi pe GitHub↗

    Face-recognition.js is a computer vision software development kit for Node.js that provides tools for detecting, mapping, and identifying human faces within images and video streams. It functions as a bridge to high-performance native libraries, enabling developers to perform complex facial analysis tasks directly within JavaScript and TypeScript environments. The library distinguishes itself by combining deep learning inference with geometric landmark mapping. It utilizes pre-trained neural networks to extract facial feature vectors and employs Euclidean distance calculations to determine th

    JavaScriptfaceface-detectionface-landmark
    Vezi pe GitHub↗1,924