Code for the Paper: Antonino Furnari and Giovanni Maria Farinella. What Would You Expect? Anticipating Egocentric Actions with Rolling-Unrolling LSTMs and Modality Attention. International Conference on Computer Vision, 2019.
Thanks for your great work! I'm trying to use your features for RGB anticipation and had a quick question. Is the TSN model you used a pretrained model that is directly used on EPIC images, or did you do some sort of training of the pre-trained TSN model? If so, how is this done?
Thank you for your interest in our work! We trained the TSN model for the action recognition task on the EK dataset using the Pytorch implementation of TSN: https://github.com/yjxiong/tsn-pytorch.
Hi,
Thanks for your great work! I'm trying to use your features for RGB anticipation and had a quick question. Is the TSN model you used a pretrained model that is directly used on EPIC images, or did you do some sort of training of the pre-trained TSN model? If so, how is this done?
Thanks!