Skip to content

Pose estimation metrics #3026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Isalia20 opened this issue Mar 23, 2025 · 3 comments
Open

Pose estimation metrics #3026

Isalia20 opened this issue Mar 23, 2025 · 3 comments
Labels
enhancement New feature or request New metric
Milestone

Comments

@Isalia20
Copy link
Contributor

🚀 Feature

Motivation

Currently torchmetrics doesn't support any metrics for pose estimation, example AP for pose estimation which is used for COCO and reported in all pose estimation code/papers such as:
https://github.com/facebookresearch/sapiens
https://github.com/Tau-J/rtmlib

Pitch

Let's add pose estimation metrics to torchmetrics to make it more feature rich

Alternatives

One alternative for users is to write the metric themselves

I can work on this if agreed

@Isalia20 Isalia20 added the enhancement New feature or request label Mar 23, 2025
Copy link

Hi! Thanks for your contribution! Great first issue!

@SkafteNicki
Copy link
Member

@Isalia20 good idea, do you know of any good reference implementations that we can base our implementation on?

@SkafteNicki SkafteNicki added this to the future milestone Mar 24, 2025
@Isalia20
Copy link
Contributor Author

Probably we can use xtcocotools for it.
https://github.com/jin-s13/xtcocoapi

But I'll look more into it once I start working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New metric
Projects
None yet
Development

No branches or pull requests

2 participants