Skip to content

An unofficial implementation of ViTPose [Y. Xu et al., 2022]

Notifications You must be signed in to change notification settings

bilalsal/ViTPose_pytorch

 
 

Repository files navigation

ViTPose (simple version w/o mmcv)

An unofficial implementation of ViTPose [Y. Xu et al., 2022]
result_image

Usage

| Inference

python inference.py --image-path './examples/img1.jpg'

| Training

python train.py --config-path config.yaml --model-name 'b'
  • model_name must be in (b, l, h)

Note

  1. Download the trained model (.pth)
  2. Set the config. according to the trained model

Reference

All codes were written with reference to the official ViTPose repo.

About

An unofficial implementation of ViTPose [Y. Xu et al., 2022]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 41.3%
  • Cuda 30.6%
  • Python 27.7%
  • Other 0.4%