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