fpv-iplab / rulstm

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.
http://iplab.dmi.unict.it/rulstm
132 stars 33 forks source link

Features used for EK100 RGB #17

Closed zerodecoder1 closed 2 years ago

zerodecoder1 commented 2 years ago

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!

antoninofurnari commented 2 years ago

Hi,

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.

Best,