The PyTorch version of STGCN. Contribute to lensfa-lzd/STGCN development by creating an account on GitHub.
STGCN的代码具体如何运行 。 这篇文章给大家讲解 STGCN代码的运行方法,代码链接为:https://github.com/VeritasYin/STGCN_IJCAI-18。 首先, 把上面连接的代码clone到本地, 或者直接zip下载复制到本地 。 然后将data_loader目录下的PeMS-M.zip文件解压 出来, 这里面包含的是STGCN的训练数据, 以及整个空间结构的...
The PyTorch version of STGCN. Contribute to lensfa-lzd/STGCN development by creating an account on GitHub.
ChebNet: https://github.com/mdeff/cnn_graph GCN: https://github.com/tkipf/pygcn Dataset Source METR-LA: DCRNN author's Google Drive PEMS-BAY: DCRNN author's Google Drive PeMSD7(M): STGCN author's GitHub repository Preprocessing Using the formula from ChebNet: Model structure Differents ...
Files master data_loader datasets docker model test utils .gitignore LICENSE README.md main.py requirements.txtBreadcrumbs STGCN / requirements.txt Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 3 lines (3 loc) · 26 Bytes Raw ...
pytorch版本,代码链接hazdzz/STGCN: The PyTorch version of STGCN. (github.com) 一、数据处理 STGCN使用了两种GCN方式,一种是切比雪夫卷积,一种是切比雪夫一阶近似卷积的方式。 频域图卷积的公式一般可以概括为以上公式,其中 Ugθ(Λ)UT 这一项,是需要先计算出来的。在代码中,将这一项的计算分成了八类,名称...
The PyTorch version of STGCN. Contribute to lensfa-lzd/STGCN development by creating an account on GitHub.
STGCN模型GitHub仓库:https://github.com/hazdzz/STGCN SZ-Taxi数据集:https://github.com/lehaifeng/T-GCN/tree/master/data SZ-Taxi数据集包含深圳市的出租车轨迹,包括道路邻接矩阵和道路交通速度信息。 1.1 支持的产品 本项目以昇腾Atlas310卡为主要的硬件平台。
Last commit date Latest commit Cannot retrieve latest commit at this time. History 34 Commits data_loader update all code Jun 12, 2019 datasets update all code Jun 12, 2019 docker update all code Jun 12, 2019 model update all code
https://github.com/kennymckormick/pyskl 早期的Skeleton-Based动作识别模型: 早期使用骨架进行动作识别的方法只是简单的利用各个时间帧的关节(joint)坐标形成特征向量,然后对其进行时序分析。这没有显示地考虑到关节之间的空间连接,但其实这种空间关系是理解人类行为的关键。