awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cleardusk avatar

cleardusk/3DDFA

0
View on GitHub↗
3,678 نجوم·643 تفرعات·Python·MIT·4 مشاهدات

3DDFA

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 representations for detailed facial analysis.

Features

  • Single-Image 3D Reconstructions - Generates a complete three-dimensional facial mesh and structural landmarks from a single two-dimensional input image.
  • Head Pose Estimation - Calculates the 3D orientation and position of the head to ensure consistent facial reconstruction.
  • Face Pose Estimators - Determines the 3D orientation of a face from 2D landmarks to assist with alignment.
  • 3D Face Reconstruction - Generates 3D facial meshes and 68 landmarks from a single 2D image across various poses.
  • Face Detection - Automatically identifies and extracts face regions from images using landmark-based and landmark-free methods.
  • Facial Landmark Detection - Detects facial regions using coordinate points to isolate the face from background imagery.
  • 3D Model Exporters - Exports reconstructed face shapes into standard 3D file formats for external modeling software.
  • Geometry Data Exporters - Provides utilities for saving reconstructed facial geometry into standardized 3D file formats.
  • Mesh Exporters - Saves reconstructed 3D facial geometry into standard file formats for use in external modeling software.
  • Computer Vision Models - 3D face alignment solution.
  • Face Alignment And Reconstruction - 3D face alignment solution for full pose ranges.
  • Faces: - Listed in the “Faces:” section of the Curated List Of Awesome 3D Morphable Model Software And Data awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ cleardusk/3ddfaمخطط تاريخ النجوم لـ cleardusk/3ddfa

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ 3DDFA

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع 3DDFA.
  • yadiraf/prnetالصورة الرمزية لـ YadiraF

    YadiraF/PRNet

    5,013عرض على 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
    عرض على GitHub↗5,013
  • aaronjackson/vrnالصورة الرمزية لـ AaronJackson

    AaronJackson/vrn

    4,515عرض على GitHub↗

    vrn is a 3D face reconstruction tool that generates three-dimensional volumetric representations of human faces from single two-dimensional images. It utilizes a volumetric convolutional neural network regression model to predict 3D volume data directly from image pixels. The system converts these volumetric predictions into 3D meshes through isosurface extraction and vertex coloring. It further applies realistic surface details by mapping two-dimensional image pixels onto the resulting 3D mesh using nearest-neighbor texture projection. The project provides capabilities for single-image dept

    MATLAB
    عرض على GitHub↗4,515
  • xlite-dev/lite.ai.toolkitالصورة الرمزية لـ xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413عرض على GitHub↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    عرض على GitHub↗4,413
  • ageitgey/face_recognitionالصورة الرمزية لـ ageitgey

    ageitgey/face_recognition

    56,504عرض على 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
    عرض على GitHub↗56,504
عرض جميع البدائل الـ 30 لـ 3DDFA→

الأسئلة الشائعة

ما هي وظيفة cleardusk/3ddfa؟

3DDFA is a 3D face reconstruction tool that generates three-dimensional facial meshes and 68 structural landmarks from a single two-dimensional input image.

ما هي الميزات الرئيسية لـ cleardusk/3ddfa؟

الميزات الرئيسية لـ cleardusk/3ddfa هي: Single-Image 3D Reconstructions, Head Pose Estimation, Face Pose Estimators, 3D Face Reconstruction, Face Detection, Facial Landmark Detection, 3D Model Exporters, Geometry Data Exporters.

ما هي البدائل مفتوحة المصدر لـ cleardusk/3ddfa؟

تشمل البدائل مفتوحة المصدر لـ cleardusk/3ddfa: yadiraf/prnet — PRNet is a Python library for 3D facial reconstruction. It uses a deep learning regression model to predict 3D facial… aaronjackson/vrn — vrn is a 3D face reconstruction tool that generates three-dimensional volumetric representations of human faces from… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… ageitgey/face_recognition — This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video.… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… yinguobing/head-pose-estimation — This project is a computer vision tool designed to calculate the pitch, yaw, and roll of a human head in real time. It…