amazon-science / long-short-term-transformer

[NeurIPS 2021 Spotlight] Official implementation of Long Short-Term Transformer for Online Action Detection
Apache License 2.0
127 stars 19 forks source link

How to extract perframe features using mmaction2? #11

Closed Prot-debug closed 2 years ago

Prot-debug commented 2 years ago

Hi,

I'm a beginner of video understanding and OAD. I have installed mmaction2 and denseflow, it works well. But I'm not sure how to extract perframe features using it.

  1. Is there any ready-made apis to solve the above problem? I've taken much time to search the solutions, but I didn't find.
  2. If no ready-made apis, could you plz share related codes with us? It's important for beginners.

Thank you for your awesome repo. And hope your reply.

xumingze0308 commented 2 years ago

You could directly use the features and targets here: https://github.com/zhaoyue-zephyrus/TeSTra. Please check our latest readme for details.

rickywrq commented 1 year ago

@Prot-debug Have you figured out how to extract features? @xumingze0308 Could you please release more information about feature extraction? Given that LSTR is considered as the SOTA method, it is essential for others to reproduce the results and apply LSTR to other datasets.