├── README.md ├── get_models.sh ├── kinetics_gendata.py ├── main.py ├── ntu_gendata.py ├── ntu_read_skeleton.py ├── openpose.py ├── video.py └── visualization.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/README.md -------------------------------------------------------------------------------- /get_models.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/get_models.sh -------------------------------------------------------------------------------- /kinetics_gendata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/kinetics_gendata.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/main.py -------------------------------------------------------------------------------- /ntu_gendata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/ntu_gendata.py -------------------------------------------------------------------------------- /ntu_read_skeleton.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/ntu_read_skeleton.py -------------------------------------------------------------------------------- /openpose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/openpose.py -------------------------------------------------------------------------------- /video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/video.py -------------------------------------------------------------------------------- /visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinzeWu/st-GCN/HEAD/visualization.py --------------------------------------------------------------------------------