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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
thnkim avatar

thnkim/OpenFacePytorch

0
View on GitHub↗
189 Stars·30 Forks·Python·Apache-2.0·5 Aufrufe

OpenFacePytorch

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

Features

  • Computer Vision - Module for facial recognition models.
  • Computer Vision Models - PyTorch module for OpenFace models.
  • Face Manipulation - PyTorch-based face recognition and manipulation.
  • Face Recognition - PyTorch port of a general-purpose face recognition library.
  • Model Implementations - OpenFace module integration.
  • Facial, Action and Pose Recognition - Listed in the “Facial, Action and Pose Recognition” section of the The Incredible Pytorch awesome list.

Star-Verlauf

Star-Verlauf für thnkim/openfacepytorchStar-Verlauf für thnkim/openfacepytorch

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu OpenFacePytorch

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit OpenFacePytorch.
  • nvidia/flownet2-pytorchAvatar von NVIDIA

    NVIDIA/flownet2-pytorch

    3,286Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗3,286
  • 1adrianb/face-alignmentAvatar von 1adrianb

    1adrianb/face-alignment

    7,518Auf GitHub ansehen↗

    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. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Auf GitHub ansehen↗7,518
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Auf GitHub ansehen↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Auf GitHub ansehen↗0
  • amdegroot/ssd.pytorchAvatar von amdegroot

    amdegroot/ssd.pytorch

    5,224Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,224
Alle 30 Alternativen zu OpenFacePytorch anzeigen→

Häufig gestellte Fragen

Was macht thnkim/openfacepytorch?

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

Was sind die Hauptfunktionen von thnkim/openfacepytorch?

Die Hauptfunktionen von thnkim/openfacepytorch sind: Computer Vision, Computer Vision Models, Face Manipulation, Face Recognition, Model Implementations, Facial, Action and Pose Recognition.

Welche Open-Source-Alternativen gibt es zu thnkim/openfacepytorch?

Open-Source-Alternativen zu thnkim/openfacepytorch sind unter anderem: nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… deepinsight/insightface — InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification,… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… davexpro/pytorch-pose-estimation — PyTorch Implementation of Realtime Multi-Person Pose Estimation project. bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch].