Skip to content

Understanding MMPose better (weights and scores) #2654

Answered by Ben-Louis
korneliaWatson asked this question in Q&A
Discussion options

You must be logged in to vote
  1. If you set train_cfg.val_interval to 1 in the configuration, validation will be performed after each training epoch and the checkpoint with the best AP across all epochs will be saved.
  2. The keypoint score varies depending on the algorithm used. For instance, heatmap-based methods generate scores between 0 and 1, while simcc models do not have an upper bound.
  3. The metric 'coco/AP' is sensitive to the sigma of each keypoint, which is defined in the dataset metafile. If you didn't collect this statistic, it is recommended to use other metrics like PCK.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@korneliaWatson
Comment options

@Ben-Louis
Comment options

@korneliaWatson
Comment options

Answer selected by korneliaWatson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants