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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
DavexPro avatar

DavexPro/pytorch-pose-estimation

0
View on GitHub↗
159 stars·23 forks·Jupyter Notebook·10 views

Pytorch Pose Estimation

PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

Features

  • Computer Vision Models - Real-time multi-person pose estimation.
  • Model Implementations - Real-time multi-person pose estimation.
  • Facial, Action and Pose Recognition - Listed in the “Facial, Action and Pose Recognition” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for davexpro/pytorch-pose-estimationStar history chart for davexpro/pytorch-pose-estimation

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pytorch Pose Estimation

Similar open-source projects, ranked by how many features they share with Pytorch Pose Estimation.
  • kenshohara/3d-resnets-pytorchkenshohara avatar

    kenshohara/3D-ResNets-PyTorch

    4,039View on 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
    View on GitHub↗4,039
  • nvidia/flownet2-pytorchNVIDIA avatar

    NVIDIA/flownet2-pytorch

    3,286View on GitHub↗

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

    Python
    View on GitHub↗3,286
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    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
    View on GitHub↗7,518
  • thnkim/openfacepytorchthnkim avatar

    thnkim/OpenFacePytorch

    189View on GitHub↗

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

    Python
    View on GitHub↗189
See all 30 alternatives to Pytorch Pose Estimation→

Frequently asked questions

What does davexpro/pytorch-pose-estimation do?

PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

What are the main features of davexpro/pytorch-pose-estimation?

The main features of davexpro/pytorch-pose-estimation are: Computer Vision Models, Model Implementations, Facial, Action and Pose Recognition.

What are some open-source alternatives to davexpro/pytorch-pose-estimation?

Open-source alternatives to davexpro/pytorch-pose-estimation include: nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks. xingyizhou/pytorch-pose-hg-3d — This repository is the PyTorch implementation for the network presented in:. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… thnkim/openfacepytorch — PyTorch module to use OpenFace's nn4.small2.v1.t7 model. aaltovision/dgc-net — A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network".