前提:ubuntu下将python3.5.2设为默认(百度)
一.下载stgcn
(gitbub上fork后导入到gitee快些): st-gcn: Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch博客:https://blog.csdn.net/weixin_42661709/article/details/105056325
二.开始配置
1.安装pytorch0.4.0:
sudo pip3 install torch==0.4.0 -f https://download.pytorch.org/whl/cup/stable -i Simple Index
2.openpose pythonAPI