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

[Meccano] Testing #23

Closed Victoria-Manousaki closed 2 years ago

Victoria-Manousaki commented 2 years ago

Hello,

In the main.py file provided for the Meccano dataset:

  1. In line 679 (https://github.com/fpv-iplab/MECCANO/blob/169b023dc0b61989a8fc69dcf8c613748c88a64d/RULSTM_files/main.py#L679) the function get_meccano_scores is required to return 4 values but the function returns 3 by default.

  2. Lines 685-686 raise an error because the verb_scores and noun_scores are not calculated for Meccano.

Any recommendations/fixes?

Thank you for your time, Victoria

antoninofurnari commented 2 years ago

Dear Victoria,

Maybe @francescoragusa, who is the maintainer of the MECCANO repository can help answer this issue better than me.

Best, Antonino

Victoria-Manousaki commented 2 years ago

Thank you for the quick response! I will open an issue there!

-- Victoria