yangsenius / TransPose

PyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.
https://github.com/yangsenius/TransPose/releases/download/paper/transpose.pdf
MIT License
353 stars 56 forks source link

how to predict the pose in a picture? cause your code only predicts the key points in a pic #26

Open Bobby-youngking opened 2 years ago

Bobby-youngking commented 2 years ago

main(image_path, save_path) this code only outputs the key points in a pic

yangsenius commented 2 years ago

We present a colab demo for estimating multi-person poses in an image.