Closed lucas-ps closed 9 months ago
Hi,
Not sure I entirely follow. Which command did you use for evaluation? The CSVs you are looking for are in https://github.com/fpv-iplab/rulstm/tree/master/RULSTM/data/ek100 and they are meant for evaluation on EK-100, not EK-55.
To check if validation results are correct, you can maybe see if your numbers match (or are similar to) the ones reported in our paper https://arxiv.org/abs/2005.02190
Best, Antonino
Hi,
Firstly, thank you for providing this source code and detailed documentation, your model has been by far the easiest one to work with that I have tried so far! I'm trying to compare different anticipation models using several datasets based on RGB features alone, however when I try to validate the EK55 model, I get errors which say that there are missing CSV files.
Have these been renamed, ie, should I change them to:
From my understanding, these files serve different purposes. I have tried commenting out the validation function get_validation_ids and replaced it's functionality with the more generic provided (egtea) validation, which worked, however the results I achieved showed extremely low accuracy scores compared to other datasets I have tested. I'm not sure if this is due to how Epic Kitchens should be evaluated, or if the other datasets are producing over fitted models, or if Epic Kitchens just isn't a good dataset to rely on RGB features.
If possible, could you provide the CSV files mentioned in the code please?
For context, I am getting these scores using the generic validation method:
50-Salads dataset
Mean TtA(5): VERB: 0.59 NOUN: 0.87 ACTION: 1.63
Epic Kitchens-55 dataset
Mean TtA(5): VERB: 0.41 NOUN: 0.05 ACTION: 0.67
Thank you for any help, and apologies if I am missing something obvious!