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

### What is the feature? 我参照mmpose以及simcc的代码在自己的三维姿态估计项目中搭建了分类头,xyz可取值都是0-255(256类),但训练出来的结果却是不对称的,x正常收敛,y和z容易出现完全不收敛的情况。这种多分类头任务收敛不均匀是常见的现象么?应该如何如何解决? ![image](https://github.com/open-mmlab/mmpose/assets/80744649/95f25b3f-9e7a-43a5-b65e-46c09b3e5b4f) ### Any other context? _No response_

### What is the feature? Hi Team, Check this new paper on 6d object pose estimation by enhancing the YOLOX object detection model. Capturing it here to bring it to...

### What is the feature? It would be great to deploy the onnx files for: - https://download.openmmlab.com/mmpose/v1/projects/rtmw/rtmw-x_simcc-cocktail14_pt-ucoco_270e-256x192-13a2546d_20231208.pth - https://download.openmmlab.com/mmpose/v1/projects/rtmw/rtmw-x_simcc-cocktail14_pt-ucoco_270e-384x288-f840f204_20231122.pth ![image](https://github.com/user-attachments/assets/42121112-008f-4ad7-ae03-7e0524f8edea) ### Any other context? They give significantly better results on...

### 📚 The doc issue 用3D软件显示keypoints,呈现扁平状,各个关键点z轴值偏差不大。怎么回事? ### Suggest a potential alternative/fix _No response_

### 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? I wanted to convert the RTMPose3D model to onnx, but there was no tutorial to do so. I also tried to convert the RTMPose3D model...

### 📚 The doc issue Can someone please tell me how to install mmpose on a fresh Jetson Orin Nano? The documentation didn’t specify the fact that pre-compiled mmcv are...

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

## Motivation It seems code of `SimpleMPJPE()` in *mmpose/evaluation/metrics/simple_keypoint_3d_metrics.py* was modified based on `MPJPE()` in *mmpose/evaluation/metrics/keypoint_3d_metrics.py*, however the parameter `skip_list` was never used in `SimpleMPJPE()` and should be removed to...

## Motivation Running the model in float16 takes up less memory, less disk space and runs faster. So, I added an option to publish the model and run inference as...