An unofficial implementation of ViTPose [Y. Xu et al., 2022]
python inference.py --image-path './examples/img1.jpg'
- Download the trained model (.pth)
- Set the config. according to the trained model
All codes were written with reference to the official ViTPose repo.