Yining Li

Results 165 comments of Yining Li

> Code will be significantly refactored to fit v1.x, so it will take some extra time. Thank you very much. We will maintain both master and 1.x branches until 2023,...

会不会是测试数据有问题,可能要 check 一下

Thanks for your feedback. Could you please provide the command that raised this error so we can locate the problem?

Could you please check if `image_size` and `heatmap_size` are properly set in the `ann_info` in the data samples? Please check following references: - https://github.com/open-mmlab/mmpose/blob/882babe2d051a1b9ef3b847c8d36fb1657585160/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w32_coco_256x192.py#L79-L80 - https://github.com/open-mmlab/mmpose/blob/882babe2d051a1b9ef3b847c8d36fb1657585160/mmpose/datasets/datasets/base/kpt_2d_sview_rgb_img_top_down_dataset.py#L55-L56 - https://github.com/open-mmlab/mmpose/blob/882babe2d051a1b9ef3b847c8d36fb1657585160/mmpose/datasets/datasets/base/kpt_2d_sview_rgb_img_top_down_dataset.py#L273

@Monalsingh @rtaylo45 Now we have [MMDeploy](https://github.com/open-mmlab/mmdeploy) to support model export and deployment for MMPose. An example is provided in [MMDeploy documents](https://mmdeploy.readthedocs.io/en/latest/04-supported-codebases/mmpose.html).

Thank you very much for pointing out this issue. The author has given some explanation on this line, but I agree that this can be handled in a better way...

Thanks for using MMPose. By 'object keypoint detector` do you mean models to detect keypoints of objects like vehicles? I think the general steps should be similar to those of...

I am afraid that there is no pre-trained model in MMPose Model Zoo that meets your need. So far we have models for the human body, animals, and clothes (fashion...

Please use this script https://github.com/open-mmlab/mmpose/blob/master/tools/dataset/h36m_to_coco.py

Yes, that is how we split the dataset.