Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the reason behind the usage of render_onehot_heatmap for training target instead of render_gaussian_heatmap #49

Open
khanhha opened this issue Jan 20, 2021 · 3 comments

Comments

@khanhha
Copy link

khanhha commented Jan 20, 2021

Hi, I would like to ask about the difference between the two kinds of heatmaps in two repositories from you.

  • In the PoseFix repo, I noticed that you used render_one_heatmap for generating the training target, as shown below.

image

  • However, in another repo from you TF-SimpleHumanPose, the gaussian heatmap function is used for generating the training target instead, as shown below.

image

Could you please help me clarify two things?

  • Is there are paper/or description behind your render_one_hot_heatmap function?

  • Is there any advantage of your render_onehot_heatmap over render_gaussian_heatmap that motivated you to use it in your PoseFix repo?

Thank you for your patience and I look forward to hearing from you soon.

@mks0601
Copy link
Owner

mks0601 commented Jan 20, 2021

You can find answers of both questions in my PoseFix paper.

@khanhha
Copy link
Author

khanhha commented Jan 20, 2021

Sorry for wasting your time. I should have read the paper more carefully!
Best.

@mks0601
Copy link
Owner

mks0601 commented Jan 20, 2021

No problem! Let me know if you can't find them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants