skeleton-based-action-recognition icon indicating copy to clipboard operation
skeleton-based-action-recognition copied to clipboard

This repository provides implementation of a baseline method and our proposed methods for efficient Skeleton-based Human Action Recognition.

Results 4 skeleton-based-action-recognition issues
Sort by recently updated
recently updated
newest added

Thanks for your work, this repo might be one of the few work that could achieve real-time inference skeleton based action recognition. I saw in the demo that only one...

Hi :-) I have to say that tis is awesome work! I wanted to ask if there are pertained model with and example of use? Thanks, GG!

Sorry but, ![Snipaste_2022-09-18_17-22-48](https://user-images.githubusercontent.com/101507703/190895356-eb1d0369-5fc4-4a69-b681-d5987ca7fdd0.png) label = Variable(**label**.long().cuda(self.output_device), requires_grad=False) The **label** here turns out to be a tuple which doesn't have any attribute named long, I tried to transform it into tensor,...

I have some queries: 1. How do you load your model for inference in real time? 2. Can we use this for developing with my custom dataset?