Skip to content

How to connect the points predicted? #2497

Answered by gelbling
wallaceloos asked this question in General
Discussion options

You must be logged in to vote

Hi @wallaceloos, I am not an official contributor but I've done exactly what you're asking before. Hopefully I can help!

The mmpose visualizer handles the connections between keypoints during inference (running the model with visuals). Not sure if you are using a custom dataset or not, but there is a "dataset_info" dictionary that specifies the connections between keypoints. The visualizer uses these mappings to plot the predicted result.

For example, for the COCO dataset (found here you can see the exact keypoints they use and their ids as well as the skeleton connections between them.

It is also worth noting that the skeleton keypoint connections are also specified in your annotations f…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wallaceloos
Comment options

@gelbling
Comment options

@LareinaM
Comment options

@wallaceloos
Comment options

Answer selected by LareinaM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants