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
A

AlexTheBad/AP-10K

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

AP 10K

Features

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

Star history

Star history chart for alexthebad/ap-10kStar history chart for alexthebad/ap-10k

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 AP 10K

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

    AISIN-TRC/E2Pose

    0View on GitHub↗
    View on GitHub↗0
  • daniegr/efficientposeD

    daniegr/EfficientPose

    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 AP 10K→

Frequently asked questions

What are the main features of alexthebad/ap-10k?

The main features of alexthebad/ap-10k are: Pose estimation.

What are some open-source alternatives to alexthebad/ap-10k?

Open-source alternatives to alexthebad/ap-10k include: aisin-trc/e2pose. daniegr/efficientpose. 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.