We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Let's add pose estimation metrics to torchmetrics to make it more feature rich
One alternative for users is to write the metric themselves
I can work on this if agreed
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your contribution! Great first issue!
Sorry, something went wrong.
@Isalia20 good idea, do you know of any good reference implementations that we can base our implementation on?
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
No branches or pull requests
🚀 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
The text was updated successfully, but these errors were encountered: