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

How can I test on a video? #8

Closed Maruidear closed 5 years ago

Maruidear commented 5 years ago

Hi,I tried to test a single video and output its corresponding action class. Can you tell me what should I do?Thank you .

kenziyuliu commented 5 years ago

You should convert the video into the skeleton format (see ntu_gen_joint_data.py etc. in data_gen) and feed it into a trained model.