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
trafficstars

## Motivation Add implementation of ViTPose on MMPose 1.0 ## Modification - Add six config files - Add layer decay optimizer - In `HeatmapHead`, add parameter `upsample`, default to zero...

Can I use multiple Gpus for pose-estimation model inference on video? I want to use the VIPNAS model. Looking forward to your reply.

If you feel we have helped you, give us a STAR! :satisfied: **Notice** There are several common situations in the reimplementation issues as below 1. Reimplement a model in the...

question

Hello, thank you for the great toolbox! I am getting two different results when I use ``` channel_cfg = dict( num_output_channels=17+14, dataset_joints=14, dataset_channel=[0,1,2,3,4,5,6,7,8,9,10,11,12,13], inference_channel=[0,1,2,3,4,5,6,7,8,9,10,11,12,13] ) ``` and ``` channel_cfg =...

I convert model hrnet of pose estimation: hrnet_w32_coco_256x192.py with checkpoint: hrnet_w32_coco_256x192-c78dce93_20200708.pth to onnx model. Can you tell me how to inference model onnx?

Thanks for the great work! I'd like to finetune Voxelpose to get the 3d pose estimation from multiple views but I'm new to this. May I ask if there is...

I should use `--save-predictions` for get predict result, so I created new conda env and installed mmpose 1.0 followed [here](https://mmpose.readthedocs.io/en/1.x/installation.html) Then I tried to `import mmpose` but I received this...

info/1.x

Thanks for the great work. This feature is asked for multiple times and I see most of the reported issues marked as closed, yet I miss to find a single...

关于使用mpi-inf-3dhp数据集训练simplebaseline3d网络用于body 2d点lift到3d点的训练日志打不开,请问可以更新一下吗? ![屏幕截图 2022-12-09 160755](https://user-images.githubusercontent.com/74099954/206654979-b9979ac9-5d90-4489-9105-4e217782a939.jpg)

my question is that: my project inference a image,got keypoints info ,which typedata as PoseSample.How to solve PoseSample ?

info/1.x