Home

Awesome

Demo visualization code for our PoseFormer paper

Download pretrained model for video demo

The pretrained model can be found in here, please download it and put it in the './checkpoint/poseformer_9' directory.

Demo

First, you need to download YOLOv3 and HRNet pretrained models here and put it in the './demo/lib/checkpoint' directory. Then, you need to put your in-the-wild videos in the './demo/video' directory.

Run the command below:

python demo/vis_poseformer.py --video kunkun.mp4

Licence

This project is licensed under the terms of the MIT license.