We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
evaluation.py line: 230
print("rsum: %.1f" % (mean_metrics[10] * 6)) print("Average i2t Recall: %.1f" % mean_metrics[11]) # line232 print("Average t2i Recall: %.1f" % mean_metrics[12])
The mean_metrics is ( i2t R@1,i@5,R@10, medR, meanR, t2i R@1,i@5,R@10,medR, meanR, ar,ari, rsum )?
mean_metrics
( i2t R@1,i@5,R@10, medR, meanR, t2i R@1,i@5,R@10,medR, meanR, ar,ari, rsum )
And Iline230: rsum should be mean_metrics[12]*5?
line230:
The text was updated successfully, but these errors were encountered:
I think this is mean_metrics[12]*5 ,too
Sorry, something went wrong.
No branches or pull requests
evaluation.py line: 230
The
mean_metrics
is( i2t R@1,i@5,R@10, medR, meanR, t2i R@1,i@5,R@10,medR, meanR, ar,ari, rsum )
?And I
line230:
rsum should be mean_metrics[12]*5?The text was updated successfully, but these errors were encountered: