How to find Keypoints inference position information? ex. x,y,z coordinates #2485
-
Hello, I'm using mmpose for my project. For image inference, I used this : /mmpose/demo/top_down_img_demo.py Copyright (c) OpenMMLab. All rights reserved.import os import mmcv from mmpose.apis import (inference_top_down_pose_model, init_pose_model, def main():
if name == 'main': After using weight and .json for model keypoint inference of image, I can get Image with keypoints displayed, but I don't know what their position information. How to find out? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thanks for using MMPose. Saving inference results is only supported in the new version of MMPose (1.0.0+). To save the model predictions when using demo scripts, you can simply add the |
Beta Was this translation helpful? Give feedback.
We recommend using Python version 3.8 or higher. For lower versions, there might be some compatibility problems, although we have not thoroughly tested it.