yangsenius / TransPose

PyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.

Home Page:https://github.com/yangsenius/TransPose/releases/download/paper/transpose.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransPoseV2?

douyh opened this issue · comments

commented

What's the difference between TransPose and TransPoseV2, which can be found in the repo release?

It is a newly updated paper. Main differences:

  • We conduct new experiments on MPII dataset

  • In Figure 6 and Figure 7, we choose the visualization results of TransPose-R-A4 and TransPose-H-A4 models for comparison (original: TransPose-R-A4 vs. TransPose-H-S). And the dependency areas are visualized with a threshold value to filter lower attention scores.

We will publish a new version paper on arxiv. Thanks for your attention.