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

Still incorrect order of scores in evaluate_a_set_of_videos.py #32

Open
funnylittleman opened this issue Jul 11, 2024 · 0 comments
Open

Comments

@funnylittleman
Copy link

Results are indexed incorrectly in fuse_results function. They are ordered as ['technical', 'aesthetic'], so t should be computed with results[0] and a with results[1].

t, a = (results[1] - 0.1107) / 0.07355, (results[0] + 0.08285) / 0.03774

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