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

annotations of EGTEA Gaze+ #13

Closed yihuang995 closed 3 years ago

yihuang995 commented 3 years ago

Dear author, thanks for your work and code release!

I am working on EGTEA Gaze+ dataset now. I do not clearly know how you process the raw annotations of this dataset to fit this project.

Could you please provide the annotation files which are compatible to this project? Such as action.csv, many_shot_nouns.csv, many_shot_vebs.csv and training.csv.

Thank you again!

antoninofurnari commented 3 years ago

Hello,

We are not officially supporting training and testing on EGTEA Gaze+. However, I have now added to the repository the csvs which I used for the ICCV publication. You will find three training and three validation csv files. These are related to the three EGTEA Gaze+ splits. Also actions.csv is included, while many_shot_nouns.csv and many_shot_verbs.csv are not included because this dataset does not define lists of many shot labels.

Hope the files will be helpful.

Best, Antonino

yihuang995 commented 3 years ago

Thanks! It is really helpful!