You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the S.3. Training details of the Supp Mat, you say that for the HMR 2.0a variant, the ViT encoder remains frozen, but in the code, when instantiating vit, there is no config for freezing, I think this is the default config for HMR2.0b. But I am wondering if I want to train HMR2.0b, what configs should I use?
In the S.3. Training details of the Supp Mat, you say that the SMPL query token is 2048-dim, but in the code I think the dim of the SMPL query is set to be 1024.
The text was updated successfully, but these errors were encountered:
I have two questions.
for the HMR 2.0a variant, the ViT encoder remains frozen
, but in the code, when instantiating vit, there is no config for freezing, I think this is the default config for HMR2.0b. But I am wondering if I want to train HMR2.0b, what configs should I use?The text was updated successfully, but these errors were encountered: