You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
Results are indexed incorrectly in
fuse_resultsfunction. They are ordered as ['technical', 'aesthetic'], sotshould be computed withresults[0]andawithresults[1].DOVER/evaluate_a_set_of_videos.py
Line 28 in 411c62b