mmpose
mmpose copied to clipboard
Is there any code for visualizing the keypoint heatmap?
Here is a tutorial for visualization. https://mmpose.readthedocs.io/en/1.x/user_guides/visualization.html
Is there no --show-dir in tools/test.py for the current version?
I haven't been able to use it either. Is there any fix yet?
Are you using 1.x branch?
I want to use the model trained on master-branch to visualize the heatmap on the 1. x-branch. But when I try it, the prediction effect is very poor. How to convert the model trained on master-branch so that the 1. x branch can support it.