Skip to content
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

About evaluation.py #23

Open
idejie opened this issue Dec 12, 2019 · 0 comments
Open

About evaluation.py #23

idejie opened this issue Dec 12, 2019 · 0 comments

Comments

@idejie
Copy link

idejie commented Dec 12, 2019

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 )?

And Iline230: rsum should be mean_metrics[12]*5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant