microsoft / SGN

This is the implementation of CVPR2020 paper “Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition”.
MIT License
187 stars 56 forks source link

Inference on data #18

Open guerrifrancesco opened 3 years ago

guerrifrancesco commented 3 years ago

Hi, I'd like to use this code with pre-trained models to do inference on my own data. In other words, I'd like to give a certain video in input to the framework and have the predicted action back as output. Is it possible? And how can I dot it? Thanks

1998anwesha commented 3 years ago

Hi, did you get the code for inference?