-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outputs of evaluation(LSE-C, LSE-D) consist of four values for each, not one for each? #579
Comments
Hi, I am also working on the project, but cannot find an evaluation code. Do you implement the calculate_scores_real_videos.sh by yourself? |
No I didn't. Please just follow the instruction line by line, then the file will be there. It is from SyncNet official repository. |
I have found the evaluation script specified in the evaluation folder. Now looking into how to use it. |
All good! And please also let me know if you get to know what the resulting 8 numbers mean now and then! |
Hi. You may change the 38th line in the calculate_scores_real_videos.py into: for idx, fname in enumerate(flist): In this way, the result will be more understandable. |
Thanks mate! Still I don't get why I have four rows tho. |
@Crestina2001 Mate, do you have any idea about why there are four numbers for each score? I still don't get why it is that. |
Fellas, as you can see in the image below, it seems the evaluation code(
sh calculate_scores_real_videos.sh PATH/TO/DATASET
) outputs 8 values(4 x 2), which is different from what I expected - 2 values(one for LSE-C and another for LSE-D).Can anyone let me know how I should interpret these numbers?
Thanks,
Junyeong Ahn
The text was updated successfully, but these errors were encountered: