Lite-HRNet
Lite-HRNet copied to clipboard
How to inference and show result for an input image?
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.
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
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