From fa4d4acb49f5844ac4fa84b1b9fd8cb25f090103 Mon Sep 17 00:00:00 2001 From: sijie yan Date: Sat, 31 Aug 2019 22:36:26 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa64711c0..46973d9c3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ ## Reminder -ST-GCN has transferred to MMSkeleton, +ST-GCN has transferred to [MMSkeleton](https://github.com/open-mmlab/mmskeleton), and keep on developing as an flexible open source toolbox for skeleton-based human understanding. -Custom networks, data loaders and checkpoints of old st-gcn are compatible with MMSkeleton. -We will **stop supporting** this repository soon. +This code base will soon be not maintained and exists as a historical artifact to supplement our AAAI paper: +> **Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition**, Sijie Yan, Yuanjun Xiong and Dahua Lin, AAAI 2018. [[Arxiv Preprint]](https://arxiv.org/abs/1801.07455) + +For more recent works please checkout MMSkeleton. + You are welcome to migrate to new [MMSkeleton](https://github.com/open-mmlab/mmskeleton). -If you want to use old ST-GCN, please refer to [OLD_README.md](./OLD_README.md). \ No newline at end of file +Custom networks, data loaders and checkpoints of old st-gcn are compatible with MMSkeleton. +If you want to use old ST-GCN, please refer to [OLD_README.md](./OLD_README.md).