kenziyuliu / DGNN-PyTorch

Unofficial PyTorch implementation of the CVPR'19 paper "Skeleton-Based Action Recognition with Directed Graph Neural Networks".
Other
235 stars 59 forks source link

bone_data.npy file for Kinetics? #10

Closed JasOlean closed 5 years ago

JasOlean commented 5 years ago

Could you provide me bone_data.npy file for kinetics data? Because when I extract this file, I got segmentation error.

kenziyuliu commented 5 years ago

Hi,

Bone data should be first generated from Joint data of Kinetics skeleton (which I didn't implement). I just added gen_bone_data.py in data_gen/ which should give you a useful place to start.