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

About the EK55 dataset #22

Closed Jennifer123www closed 2 years ago

Jennifer123www commented 2 years ago

Hello, I have noticed that rulstm/rulstm/data/ek55 / trainingcsv file format and rulstm/rulstm/data/ek55 test_seencsv is not the same. What is the meaning of each column of these two files? Should the two file formats be consistent? I am looking forward to your reply, which will be very helpful to my research.

antoninofurnari commented 2 years ago

Hello, thank you for pointing this out. I have updated the readme adding information on the format of CSV files, see below:

Training and validation CSVs report the following columns:

The test CSVs do not report the last three columns since test annotations are not public. These CSVs are provided to allow producing predicitons in JSON format to be submitted to the leaderboard.

Hope this clarifies. Please let me know if there are any other doubts.

Best