AVT icon indicating copy to clipboard operation
AVT copied to clipboard

Code release for ICCV 2021 paper "Anticipative Video Transformer"

Results 12 AVT issues
Sort by recently updated
recently updated
newest added

Hi, Do we have annotations for 50Salads? Thanks!

Hi there, thanks so much for the interesting work! I'm a bit confused on how to reproduce the precise attention map visualizations in the AVT paper, showing which frames attend...

Traceback (most recent call last): File "train_net.py", line 44, in main() # pylint: disable=no-value-for-parameter # Uses hydra File "lib/python3.7/site-packages/hydra/main.py", line 95, in decorated_main config_name=config_name, File "lib/python3.7/site-packages/hydra/_internal/utils.py", line 401, in _run_hydra...

Hi, Rohit! May I ask if I can replace [the model definition using the package 'transformers'](https://github.com/facebookresearch/AVT/blob/b082c99a6b3104780237022274db74f5c3124cc5/models/future_prediction.py#L89) with any other package or code? That would solve my following issue. The 'transformers'...

Hi, I'm able to train models with `-g`, but when I try to train on my local machine with multiple GPUs with `-l`, the model doesn't start training after the...

Hi @rohitgirdhar! In the following table, the recall@5 metric reported is the many-shot version? ![image](https://user-images.githubusercontent.com/40369687/180409825-832afe95-07ff-4b6f-8e7f-24dd882da471.png) Thanks!

Hi, thanks for your great project! I am wondering the input/output feature dimensions of Transformer Encoder. The description in Section 4.1 of the paper shows the input/output feature dimensions are...

We can only see the accuracy of validation set, when we run `` python launch.py -c expts/02_ek100_avt_tsn.txt -l -t``. Can you tell us how to generate the submitted file for...

Hi, thanks for repo! Excuse me, could you please tell how to perform long-term anticipation as showed in the paper? Have I missed this part in code, or it's not...

How can I train/test with video data? When I run `python launch.py -c expts/09_ek55_avt.txt -t -g`, I obtain the warning "No video_clips present": ``` [2022-02-08 17:15:53,778][func.train][INFO] - Computing clips... [2022-02-08...