Skip to content

Still incorrect order of scores in evaluate_a_set_of_videos.py #32

@funnylittleman

Description

@funnylittleman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions