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

Based on the tutorial (below md), may I know how to return DetectionNode axis after process function? docs/zh_cn/tutorials/7_webcam_api.md Thank you in advance!

question

作者你好,请问top_down_img_demo_with_mmdet.py 中的pose_results为什么我用plot可视化得到的关键点图像与mmpose中api得到的图像关于原点成中心对称,有什么解决办法吗

question

I have been trying to apply 3D Mesh Inference but the output is nothing like a mesh. The code is: `import cv2 from mmpose.apis import (inference_top_down_pose_model, inference_mesh_model,init_pose_model, vis_pose_result, process_mmdet_results, vis_3d_mesh_result)...

question

**Describe the bug** ``` ❮ python top_down_video_demo_full_frame_without_det.py associative_embedding_hrnet_w32_coco_512x5 12.py hrnet_w32_coco_512x512-bcb8c247_20200816.pth --video-path video.mp4 --out-video-root . Initializing model... load checkpoint from local path: hrnet_w32_coco_512x512-bcb8c247_20200816.pth Running inference... [ ] 0/211, elapsed: 0s, ETA:Traceback...

enhancement
doc

## Motivation Based on a current roadmap (#9), we want to add "Learnable Triangulation of Human Pose" ([link to paper](https://arxiv.org/abs/1905.05754)). ## Modification For now, I created a new class in...

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

need tests
need accuracy verification

## Motivation Integrate LitePose (CVPR2022) into mmpose. ## Modification Add LitePose backbone, head and configs. The code is adapted from https://github.com/mit-han-lab/litepose. We re-trained our XS model on COCO dataset and...

need accuracy verification

Hello and first of all thanks for the great tool you have built. I wanted to ask some questions, I run the pretrained model on a 1080 ti on a...

enhancement
help wanted

File "D:/PythonProject/mmpose/tools/train.py", line 201, in main() File "D:/PythonProject/mmpose/tools/train.py", line 190, in main train_model( File "D:\PythonProject\mmpose\mmpose\apis\train.py", line 213, in train_model runner.run(data_loaders, cfg.workflow, cfg.total_epochs) File "F:\ANACONDA\envs\open-mmlab\lib\site-packages\mmcv\runner\epoch_based_runner.py", line 136, in run epoch_runner(data_loaders[i], **kwargs)...

kind/bug
community/help wanted

Hi, How do I access the base torch model when using the high-level APIs ```pose_model = init_pose_model(pose_config, pose_checkpoint)``` ```pose_model``` is not an instance of ```torch.nn.Module```, is there any way to...