mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

OpenMMLab Pose Estimation Toolbox and Benchmark.

Results 432 mmpose issues
Sort by recently updated
recently updated
newest added

### 📚 The doc issue Hello, I have run the code example provided below for the "3D Human Pose Demo" and acquired the 3D keypoints coordinates for each frame. `python...

### What is the feature? I tried to load HumanArt dataset by: ``` from mmpose.datasets.datasets.body import HumanArtDataset train_dataset = HumanArtDataset( ann_file='annotations/training_humanart.json', data_prefix=dict(img=''), data_root="data/HumanArt", data_mode="bottomup" ) ``` Then I print `train_dataset[0].keys()`,...

### 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...

### What is the feature? Brower datasets with OpenPose visualized format? ### Any other context? I tried to run ``` python3 tools/misc/browse_dataset.py \ configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_coco-256x192.py \ --output-dir vis --not-show --mode original...

### 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...

When I train 'configs\animal_2d_keypoint\topdown_heatmap\animalpose\td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py' with my own data, when I use CocoMetric as evaluation, my AP is all 0, and when I use PCK, it is a value. What is...

## Motivation ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmpose/blob/master/.github/CONTRIBUTING.md) to...

### 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...

I tried on "body3d_two_stage_video_demo.py" and expoted the value of variable "pose_lift_results_vis" to a json file. But "keypoint_3d" key seems to be relative coordinates. The config/checkpoint file I used is shown...

thank you for your work and support. i would like to ask about evaluate my trained model on another evaluation metric such as pck i already trained my mmpose model...