zhang-can / PAN-PyTorch

[Codes of paper]: PAN: Towards Fast Action Recognition via Learning Persistence of Appearance
https://arxiv.org/abs/2008.03462
Apache License 2.0
102 stars 10 forks source link

How to create a webcam demo with real-time video feed? #12

Open deepankersingh96 opened 3 years ago

deepankersingh96 commented 3 years ago

Firstly, many thanks for making the codebase public. Now, I wanted to make a webcam based demo (creating a buffer of latest N video frames and recognizing actions for them) with models trained on something-something-v2 datasets with 'RGB', 'PA' modality. I am not able to find out a way to do the same using the existing code... :( Please help!

cbiras commented 3 years ago

Hi @deepankersingh96. Did you find a way to do the webcam demo?

onns commented 3 years ago

Maybe you can try this, PAN is based on TSM so this link should works~

erwangccc commented 3 years ago

Maybe you can try this, PAN is based on TSM so this link should works~

Have you tried this way?