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
·
D

daniegr/EfficientPose

0
View on GitHub↗
0 stars·0 forks·5 views

EfficientPose

Features

  • Pose estimation - Listed in the “Pose estimation” section of the Ailia Models awesome list.

Star history

Star history chart for daniegr/efficientposeStar history chart for daniegr/efficientpose

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 EfficientPose

Similar open-source projects, ranked by how many features they share with EfficientPose.
  • aisin-trc/e2poseA

    AISIN-TRC/E2Pose

    0View on GitHub↗
    View on GitHub↗0
  • alexthebad/ap-10kA

    AlexTheBad/AP-10K

    0View on GitHub↗
    View on GitHub↗0
  • daniil-osokin/lightweight-human-pose-estimation.pytorchDaniil-Osokin avatar

    Daniil-Osokin/lightweight-human-pose-estimation.pytorch

    2,239View on GitHub↗

    Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.

    Python
    View on GitHub↗2,239
  • microsoft/human-pose-estimation.pytorchMicrosoft avatar

    Microsoft/human-pose-estimation.pytorch

    3,008View on GitHub↗

    The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"

    Python
    View on GitHub↗3,008
See all 8 alternatives to EfficientPose→

Frequently asked questions

What are the main features of daniegr/efficientpose?

The main features of daniegr/efficientpose are: Pose estimation.

What are some open-source alternatives to daniegr/efficientpose?

Open-source alternatives to daniegr/efficientpose include: aisin-trc/e2pose. alexthebad/ap-10k. daniil-osokin/lightweight-human-pose-estimation.pytorch — Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose… microsoft/human-pose-estimation.pytorch — The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and… open-mmlab/mmpose — MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D… rwightman/posenet-pytorch.