ViTPose_pytorch
ViTPose_pytorch copied to clipboard
An unofficial implementation of ViTPose [Y. Xu et al., 2022]
Avoids arbitrary weight changes / dropouts, which leads to discrepancy when executing twice.
Very nice repo! I am wondering if you have a process to modify the joint definitions as well as the input size for different data. We are looking at key...
Hi, it is not clear what version of Python you used for the project. Could you please add it to the README?
In the original work, the model is initialized with MIM pre-trained model ViT. But in this repository, are models trained from scratch?