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 to output action labels during testing? #9

Closed Maruidear closed 5 years ago

Maruidear commented 5 years ago

Hi,I want to output the corresponding action label for each video when testing. Which part of the code should I modify?Thank you very much.

kenziyuliu commented 5 years ago

Try the --save-score option from main.py which writes the classification scores along with the sample name to a file