open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.92k stars 1.26k forks source link

How to show training result #1431

Closed AIceDog closed 2 years ago

AIceDog commented 2 years ago

Hi, I am new to mmpose. I pre-processed mpi-inf-3dhp dataset and trained_video_pose lift model for 3d body keypoint estimation. I used videopose3d_mpi-inf-3dhp_1frame_fullconv_supervised_gt.py as my config file.

I would like to know how to test my trained model and show the testing result like this?

1655327004889

liqikai9 commented 2 years ago

You can refer to this to run inference with the trained model and generate the visualization results.

AIceDog commented 2 years ago

Thanks!