Lite-HRNet icon indicating copy to clipboard operation
Lite-HRNet copied to clipboard

How to inference and show result for an input image?

Open tucachmo2202 opened this issue 3 years ago • 2 comments

Hi, thanks for your great works! But, could you please tell me how to inference and show result with an input image? I am not familiar with mmpose so I dont know how to do.

tucachmo2202 avatar Apr 28 '21 03:04 tucachmo2202

you should read the code of val_pipline and keypoints_from_heatmap, may be you can modify the code https://github.com/open-mmlab/mmpose/blob/b1760786637da2ed5f41fc6030380a74a2ca9e11/mmpose/apis/inference.py#L395

zhepherd avatar Apr 29 '21 12:04 zhepherd

I posted a short snippet for quick inference, if you're still looking for a solution. Hope it helps! :) https://github.com/HRNet/Lite-HRNet/issues/23#issuecomment-841660213

kuldeepbrd1 avatar May 15 '21 13:05 kuldeepbrd1