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

Is any way I can use ZoomNet in mmpose repo directly?

This issue was closed (https://github.com/open-mmlab/mmpose/issues/820#issue-954613454) but the conversion still errors out. Was there more code changes required?

onnx

Hi guys, Thanks for the great tool. I want to inference with VoxelPose using my own data, but I am a bit confused. With which function do I need to...

enhancement

Hi,when I draw keypoints from joint_2d_det_files/cpn_ft_h36m_dbb_test.npy and annotation_body3d/fps50/h36m_test.npz, I found that the 2D keypoints from cpn is more accurate than gt from h36m_test.npz like following(the green points are gt keypoints...

From time to time, there are requests for more checkpoints. Considering that enriching the model zoo is a good thing, we collect requests for checkpoints here. Please post the detailed...

community/help wanted

**Describe the feature** Ability to perform top down pose estimation on a batch of images at once. **Motivation** It is inconvenient when trying to perform pose estimation on a video...

enhancement

the code below: ` dict( name='left_eye', id=1, color=[51, 153, 255], type='upper', swap='right_eye'), ` left_eye swap right_eye?why?what does it do?

documentation
question

Is the bottom - up network similar to openpose ? Because I get the onnx model output is [1,34,128,128] for (512,512,3) image. Is the 34 compose of 17 keypoints and...

documentation

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

Deployment
need reproduce steps

I trained pose estimation model SimpleBaseLine on a single GPU, where I set the num_workers parameter in pytorch Dataloader to be 4, however, all the CPU cores in my computer...

question