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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA-AI-IOT avatar

NVIDIA-AI-IOT/trt_pose

0
View on GitHub↗
1,060 Stars·298 Forks·Python·MIT·12 Aufrufe

Trt Pose

Dieses Projekt ist ein Computer-Vision-Framework für die Echtzeiterkennung menschlicher Körper-Keypoints und Skelettstrukturen. Es bietet ein integriertes Toolkit zum Trainieren, Optimieren und Ausführen von Pose-Estimation-Modellen speziell für die Bereitstellung auf Edge-Computing-Hardware.

Das Framework zeichnet sich durch die Verwendung von Part-Affinity-Field-Mapping aus, um räumliche Beziehungen zwischen Gelenken zu kodieren, die dann durch einen Greedy-Parsing-Algorithmus verarbeitet werden, um menschliche Skelette aus visuellen Daten zu rekonstruieren. Um eine hochperformante Ausführung sicherzustellen, integriert die Bibliothek Modellquantisierung und hardwarebeschleunigte Inferenz-Engines, die Rechengraphen für spezifische lokale Hardware optimieren.

Über die Kern-Erkennung hinaus unterstützt das Projekt End-to-End-Workflows, die die Entwicklung benutzerdefinierter Pose-Modelle unter Verwendung standardisierter Datensatz-Schemata beinhalten. Diese Funktionen ermöglichen das Fine-Tuning von Modellen, um einzigartige Erkennungsaufgaben zu adressieren, während die für Live-Videostream-Analysen notwendigen Low-Latency-Anforderungen beibehalten werden.

Features

  • Human Pose Detections - Ships a high-performance inference engine for real-time detection of human skeletal joints in video streams.
  • Pose Estimation Training Pipelines - Supports end-to-end workflows for training specialized pose estimation models using custom dataset schemas.
  • Vision Detection Model Training - Enables fine-tuning of pose estimation models on specialized datasets to improve detection accuracy for unique tasks.
  • Deep Learning Motion Tracking Toolkits - Provides an integrated toolkit for training and deploying pose estimation models on edge devices.
  • Fine-Tuning Dataset Loaders - Provides utilities for importing and formatting custom datasets to fine-tune pose estimation models.
  • TensorRT Engine Compilation - Compiles models into optimized TensorRT engines to achieve low-latency inference on NVIDIA hardware.
  • Edge AI Model Deployment - Optimizes and deploys deep learning models for efficient execution on local edge hardware.
  • Pose Estimation Frameworks - Provides a computer vision framework optimized for real-time human pose estimation on NVIDIA hardware.
  • Quantized Model Implementations - Incorporates model quantization to reduce numerical precision and accelerate inference on edge hardware.
  • Vector Field Estimation - Utilizes part affinity field mapping to encode spatial relationships between body joints for skeletal reconstruction.
  • Pose Parsing Algorithms - Implements a greedy parsing algorithm to reconstruct human skeletons from spatial vector fields.

Star-Verlauf

Star-Verlauf für nvidia-ai-iot/trt_poseStar-Verlauf für nvidia-ai-iot/trt_pose

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

Kuratierte Suchen mit Trt Pose

Handverlesene Sammlungen, in denen Trt Pose vorkommt.
  • Tools zur Schätzung menschlicher Posen

Häufig gestellte Fragen

Was macht nvidia-ai-iot/trt_pose?

Dieses Projekt ist ein Computer-Vision-Framework für die Echtzeiterkennung menschlicher Körper-Keypoints und Skelettstrukturen. Es bietet ein integriertes Toolkit zum Trainieren, Optimieren und Ausführen von Pose-Estimation-Modellen speziell für die Bereitstellung auf Edge-Computing-Hardware.

Was sind die Hauptfunktionen von nvidia-ai-iot/trt_pose?

Die Hauptfunktionen von nvidia-ai-iot/trt_pose sind: Human Pose Detections, Pose Estimation Training Pipelines, Vision Detection Model Training, Deep Learning Motion Tracking Toolkits, Fine-Tuning Dataset Loaders, TensorRT Engine Compilation, Edge AI Model Deployment, Pose Estimation Frameworks.

Welche Open-Source-Alternativen gibt es zu nvidia-ai-iot/trt_pose?

Open-Source-Alternativen zu nvidia-ai-iot/trt_pose sind unter anderem: tensorboy/pytorch_realtime_multi-person_pose_estimation — This project is a deep learning framework built for detecting and tracking human body keypoints in images and video… zhec/realtime_multi-person_pose_estimation — This is a multi-person pose estimation framework designed for real-time human keypoint detection. It functions as a… leoxiaobin/deep-high-resolution-net.pytorch — This project is a PyTorch implementation of a research architecture designed for high-resolution representation… deeplabcut/deeplabcut — DeepLabCut is a deep learning toolkit for markerless 2D and 3D animal pose estimation. It functions as a motion… hrnet/higherhrnet-human-pose-estimation — HigherHRNet is a deep learning framework designed for bottom-up human pose estimation. It functions as a computer… roboflow/rf-detr — RF-DETR is a Python library for training and deploying object detection, instance segmentation, and keypoint detection…

Open-Source-Alternativen zu Trt Pose

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Trt Pose.
  • tensorboy/pytorch_realtime_multi-person_pose_estimationAvatar von tensorboy

    tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation

    1,372Auf GitHub ansehen↗

    This project is a deep learning framework built for detecting and tracking human body keypoints in images and video streams. It functions as both a real-time motion tracking system and a machine learning environment for training and evaluating pose estimation models. The system utilizes a two-branch convolutional neural network to predict body part locations and their directional connections simultaneously. It employs multi-stage feature refinement to improve keypoint localization accuracy and uses greedy parsing and bipartite matching algorithms to associate detected parts into individual sk

    Python
    Auf GitHub ansehen↗1,372
  • zhec/realtime_multi-person_pose_estimationAvatar von ZheC

    ZheC/Realtime_Multi-Person_Pose_Estimation

    5,123Auf GitHub ansehen↗

    This is a multi-person pose estimation framework designed for real-time human keypoint detection. It functions as a bottom-up human pose estimator that identifies skeletal joints across all people in a scene without requiring a separate person detector. The system utilizes a convolutional neural network model to generate heatmaps and vector fields for posture analysis. It specifically implements part affinity fields to encode the location and orientation of limbs, allowing the model to connect individual joints into complete skeletons. The project covers computer vision motion analysis and d

    Jupyter Notebookcaffecomputer-visioncpp11
    Auf GitHub ansehen↗5,123
  • leoxiaobin/deep-high-resolution-net.pytorchAvatar von leoxiaobin

    leoxiaobin/deep-high-resolution-net.pytorch

    4,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,479
  • deeplabcut/deeplabcutD

    DeepLabCut/DeepLabCut

    5,694Auf GitHub ansehen↗

    DeepLabCut is a deep learning toolkit for markerless 2D and 3D animal pose estimation. It functions as a motion tracking system that identifies anatomical keypoints on animals in video sequences without the need for physical markers. The framework utilizes transfer learning and a library of pre-trained weights to accelerate the training of networks for different species. It supports multi-individual identity tracking to maintain unique identities across video sequences and offers real-time pose detection for live video feeds. The system covers a broad range of computer vision capabilities, i

    Python
    Auf GitHub ansehen↗5,694
Alle 30 Alternativen zu Trt Pose anzeigen→