This is the code for this paper
conda create -n ProDiffPose python=3.8
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu111 # install pytorch
python main.py --config cfg_files/poseseg.yaml
python main.py --config cfg_files/poseseg.yaml
Thanks for the open-source: