Gengzigang / PCT

This is an official implementation of our CVPR 2023 paper "Human Pose as Compositional Tokens" (https://arxiv.org/pdf/2303.11638.pdf)
MIT License
311 stars 20 forks source link

Question about the dimension of token feature #16

Closed PeiChiChen closed 12 months ago

PeiChiChen commented 1 year ago

Hello, thanks for your attractive idea in this paper. In the paper, the dimension of each token feature is H and the dimension of each embedding in codebook is N. Is H equal to N? Because in eq.2 we need to calculate the distance between these two vectors, the dimension should be same. Looking forward to your reply!

Gengzigang commented 1 year ago

Hello, thank you for your interest in our work. Indeed, H is equal to N. We appreciate you pointing this out.

PeiChiChen commented 12 months ago

Thanks!