dahiyaaneesh / peclr

This is the pretraining code for PeCLR. An equivariant contrastive learning framework for 3D hand pose estimation. The paper is presented at ICCV 2021.

Home Page:https://ait.ethz.ch/projects/2021/PeCLR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question of inverse transformation

depthwxy opened this issue · comments

Thank you for your work! But I don't quite understand the inverse transformation in your model. This code has the inverse transform of the projection, I wanted to do the inverse transform of the encoded feature, but the dimension correspondence was wrong. So how to do the inverse transform of the encoded feature?