论文链接:3D human pose estimation in video with temporal convolutions and semi-supervised training
代码链接:https://github.com/facebookresearch/VideoPose3D
环境搭建:ubuntu20.04+pytorch1.8+cuda10.2+python3.6+anaconda
1.启动anaconda环境
新建环境命令:
conda create -n pytorch18cu102py36 python=3.6
安装pytorch:
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
2.设置pycharm环境
3.下载先验模型
mkdir checkpoint
cd checkpoint
wget https://dl.fbaipublicfiles.com/video-pose-3d/pretrained_h36m_cpn.bin
wget https://dl.fbaipublicfiles.com/video-pose-3d/pretrained_humaneva15_detectron.bin
cd ..
4.数据集下载和测试