The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation" and [TPAMI'23] "ViTPose++: Vision Transformer for Generic Body Pose Estimation"
I really impress with your work. By any chance could you realese the onnx version of Vitpose model?
I tried to run the vitpose B* but failed many times
download the weight and put it to the pretrained directory;
i use this to export the onnx model successfully: python tools/deployment/pytorch2onnx.py configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/ViTPose_base_coco_256x192.py pretrained/vitpose-b-multi-coco.pth
Hi, thank you author for the great work.
I really impress with your work. By any chance could you realese the onnx version of Vitpose model? I tried to run the vitpose B* but failed many times