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
in function load_video_info it should be :
ground_truth = (ground_truth[:, [1, 0]] + ground_truth[:, [3, 2]]) / 2
and in this code the bracket is missing, so the ground_truth is computed wrong.
The text was updated successfully, but these errors were encountered:
in function load_video_info it should be :
ground_truth = (ground_truth[:, [1, 0]] + ground_truth[:, [3, 2]]) / 2
and in this code the bracket is missing, so the ground_truth is computed wrong.
The text was updated successfully, but these errors were encountered: