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

Question about miss './run/' #1

Closed qiuqicao77 closed 5 years ago

qiuqicao77 commented 5 years ago

To test some model weights (by default saved in ./runs/); However, there is no run folder in the project. Can you share the model weight; Thanks!!!!

kenziyuliu commented 5 years ago

Hi qiuqicao77,

I have uploaded the best performing model I was able to reproduce for the Spatial stream in the runs/ folder. To test it, you could do python3 main.py --config ./config/nturgbd-cross-subject/test_spatial.yaml --weights runs/ntu_cs_dgnn_spatial-63-80128.pt (or use any other options)