amazon-science / long-short-term-transformer

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

about target_perframe file #10

Closed 007invictus closed 2 years ago

007invictus commented 2 years ago

I’m not sure how to generate this file. Could you please share this file or the related code? That would be very helpful for us.

xumingze0308 commented 2 years ago

Although this is not exactly what we used for LSTR, you can refer this code as a reference: https://github.com/amazon-research/stochastic-backpropagation/blob/main/tools/lstr/perframe_label_generation.py.