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 it possible we can change the radius of facial and body keypoints ?? Because in the code there is option to only change the body keypoints . How can...

question

Can the model infer on CPU or only on GPU? Can it infer high resolution image or at max, what resolution of the image can be inferred? Can it perform...

question

python demo/top_down_img_demo.py configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_w18_aflw_256x256.py https://download.openmmlab.com/mmpose/face/hrnetv2/hrnetv2_w18_aflw_256x256-f2bbc62b_20210125.pth --img-root tests/data/aflw/ --json-file tests/data/aflw/test_aflw.json --out-img-root vis_results has error anaconda3/envs/lili/lib/python3.8/site-packages/xtcocotools/mask.py", line 3, in import xtcocotools._mask as _mask File "xtcocotools/_mask.pyx", line 1, in init xtcocotools._mask ValueError: numpy.ndarray size...

question

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

kind/bug

**Checklist** - [x] I have searched related issues but cannot get the expected help. - [x] The bug has not been fixed in the latest version. **Describe the bug** Running...

Is there an example using YOLO-POSE in mmpose? If not, what about any recent YOLO backbone. Could you please discuss if that will happen in the future? Any tip or...

ConcatDataset类的evaluate方法没有实现,这个问题在配置多数据集训练时必现,应该不是我的问题,我自己重写了这个方法可以了

Hello, I wanted to know if/when ZoomNet would be added to mmpose. It seems it has been requested a couple of times over the past 2 years. Thank you!

## Motivation 多数据集场景,val时会报错,因为您的ConcatDataset.evaluate没有实现 ## Modification 我补充了缺少的这部分代码:ConcatDataset.evaluate ## BC-breaking (Optional) 可兼容已有代码和config ## Use cases (Optional) ## Checklist **Before PR**: - [x] I have read and followed the workflow indicated in the...

Hello. I'm doing a project abaout disease detection in human behaviors. For this I need to detect the poses of people in videos of daily tasks. I want to use...