- Clone this repo
git clone https://github.com/IDEA-Rensearch/X-Pose.git
cd X-Pose- Install the needed packages
pip install -r requirements.txt- Compiling CUDA operators
cd models/UniPose/ops
python setup.py build install
# unit test (should see all checking is True)
python test.py
cd ../../..bash run_pose_extraction.sh