limaosen0 / AS-GCN

The model architecture of AS-GCN (for human action recognition)
BSD 2-Clause "Simplified" License
290 stars 71 forks source link

How do you pack the data? #5

Open jfgg95 opened 5 years ago

jfgg95 commented 5 years ago

Since I didn't find the code you used to package the data, I used the ntu rgb-d dataset directly when training st-gcn, but this input doesn't seem to fit your model. Can you upload this part of the code or your packaged data set?

没找到你用来打包数据的代码,我直接使用了在训练st-gcn时打包ntu rgb-d数据集,但是这个输入似乎不适合你的模型。你能上传这部分的代码或者你打包好的数据集吗?

Anirudh257 commented 5 years ago

You have to store the ntu rgb-d files in .npy format and store it in the path specified in the config file.

dangao250 commented 4 years ago

可不可以分享一下 数据集 大牛