mmpose
mmpose copied to clipboard
OpenMMLab Pose Estimation Toolbox and Benchmark.
## Motivation Sometimes one may be interested in the performance of a pose model on certain body parts rather than on all the keypoints. For example, ``CocoWholeBodyMetric`` evaluates coco metric...
## Motivation Merge the ViTPose variants code and pre-trained models into mmpose. ## Modification 1. Add a vit backbone model in mmpose/models/backbones. The ```__init__``` file is modified accordingly. 2. Add...
### What is the feature? Current RTMO is designed for one class human keypoint detection. I try to train it for multi-class keypoint detection, but get a error ../aten/src/ATen/native/cuda/ScatterGatherKernel.cu:365: operator():...
### What is the feature? Please create a feature in base dataset to run the cocodetection or pasacal voc format datasets for pose estimation without any specific configs adjusted with...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose). ### Environment...
### 📚 The doc issue RTMO 1.Is there any rationale for multiplying kpt features with positional coding? 2.Why do you want to predict kpt offset before DCC and do losses...
### What is the feature? 我查找了下,好像并没有发现有关在rknn上部署的文档,请问是否已经有相关的文档但我并没有找到?我想要在rk3588(安卓系统)的npu上使用c++进行rtmpose的推理,这样不会占用cpu的资源。 ### Any other context? _No response_
### 📚 The doc issue I have the name of keypoints but i don't understand the three values of each keypoint in the json file. ### Suggest a potential alternative/fix...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose). ### Environment...
### 📚 The doc issue [](https://mmpose.readthedocs.io/en/latest/user_guides/train_and_test.html#freeze-partial-parameters-during-training) Hello everyone, there is no error in the documentation, but I do not understand how to fine tune a pose estimator in MMpose. More...