Chiaraplizz / ST-TR

Spatial Temporal Transformer Network for Skeleton-Based Activity Recognition
MIT License
299 stars 58 forks source link

How to test this code? #11

Closed kkk241-q closed 3 years ago

kkk241-q commented 3 years ago

I change the data set into my own data set. After the training, how can I test it

Chiaraplizz commented 3 years ago

I change the data set into my own data set. After the training, how can I test it

You should pass --phase 'test' and --weights the weights for your pretrained model.

Chiara