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

Hi everyone. I am facing an issue with [two stage 3D video demo](https://github.com/open-mmlab/mmpose/blob/master/demo/body3d_two_stage_video_demo.py), where the smoother is outputting an inconsistent track ID error. `pose_results_2d = smoother.smooth(pose_results_2d)` After inspecting `pose_results_2d`, there...

question

The following error is reported when trying to train the ap-10k dataset:. FileNotFoundError: class `AP10KDataset` in mmpose/datasets/datasets/animal/ap10k_dataset.py: The metainfo config file "configs/_base_/datasets/ap10k.py" does not exist.

info/1.x

Thanks for your error report and we appreciate it a lot. If you feel we have helped you, give us a STAR! :satisfied: **Checklist** 1. I have searched related issues...

Are there any plans or examples for the 3D key points of Animal Pos? I have a project that needs 3D coordinates rather than 2D coordinates.

![屏幕截图 2022-10-16 202505](https://user-images.githubusercontent.com/115878494/196035700-86a386cf-8e5c-4019-bfd9-d39098bd1cec.png) ![2](https://user-images.githubusercontent.com/115878494/196035708-767c06f1-5c57-4188-9d07-9c29a193da1b.png) The first is the offical guideline,and I try use my picture with a new adress to replace the underline code.But I failed.Can you help me?Thanks!

i am using following versions : torch version: 1.10.0+cu111 True torchvision version: 0.11.0+cu111 mmpose version: 0.29.0 cuda version: 11.1 after running colab of mmpose i am getting this error can...

Hello, I'm trying to understand the data processing you're doing and and I'm a but confused regarding the pad for the TopDown approach. You mention in the #1686 that you...

Hello Thanks for the work you have done. Could you help me with the following error? Thanks for your error report and we appreciate it a lot. If you feel...

info/1.x

1. Why is cross validation not used on mmpose keypoint detection? Is there a specific reason to use limited image sets as a validation set? 2. If it is okay...

## Motivation Sampling data from CombinedDataset with specified source ratio ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and...