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

Thank you for your selfless dedication! Have you applied directed graphs to the Kinetics dataset? #29

Closed 15762260991 closed 1 year ago

15762260991 commented 1 year ago

Your help would be appreciated! @kenziyuliu

kenziyuliu commented 1 year ago

Hi @15762260991, thanks for your interest! No I haven't tried on Kinetics for this repo. But checkout https://github.com/kenziyuliu/MS-G3D which has support for Kinetics; hopefully it's not too hard to port this over.

15762260991 commented 1 year ago

@kenziyuliu I will try, thanks for your guidance!