Echo0125 / MAT-Memory-and-Anticipation-Transformer

[ICCV 2023] Official implementation of Memory-and-Anticipation Transformer for Online Action Understanding
Apache License 2.0
44 stars 3 forks source link

FUTURE_SECONDS and ANTICIPATION_SECONDS #9

Closed wssxjtu closed 7 months ago

wssxjtu commented 7 months ago

The code shows FUTURE_SECONDS is 12, ANTICIPATION_SECONDS is 2, and fps is 4.

However, the ablation experiment Figure 5 indicates that the performance published in the article is achieved when the anticipation length is 24 seconds.

Which of FUTURE_SECONDS and ANTICIPATION_SECONDS controls the anticipation length?

Why does that variable represent the time domain of 24 seconds?

Thanks for your reply.

Prism-hua commented 6 months ago

@wssxjtu Sorry to bother, have you find out the answer for that question? I have the same problem with you.