Skip to content

Maximum heatmap value in 2D Pose Estimation #47

Answered by Nicholasli1995
yangchris11 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Nicholas,

Thanks for your interesting work!

From my understanding of your work, the HHR part try to regress the heatmap with the targets being prepare in

def generate_target(self, joints, joints_vis):

which generate heatmaps with Gaussian (as the center value set to 1).

However when I use the provided HHR model to inference on some images (cropped H3.6M), the maximum value of each heatmao happened to be some float value between 10~16 which kind of bother me a lot. Do you know the reason behind the outputs not being some scalar closer to 1?

Thank you!

Hi Cheng-Yen,

That model was trained with soft arg-max…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sunmengnan
Comment options

@Nicholasli1995
Comment options

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