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
I just noticed some really strange behaviour, and I'm not sure what the cause could be.
I load some skillcorner data using the available skillcorner test files. When I load them with limit=4 and limit=50 the coordinates are inverted for all players (see results for player 10326 below), without changing any other parameters.
I'm assuming this is either because we're using the test files and they aren't complete, or because we're trying to figure out the direction of play on a couple frames and setting limit=4 only gives us 2 frames (because of include_empty_frames=False) which wouldn't be enough in this case to figure out direction of play correctly.
Curious to hear your thoughts, because if we're inferring direction of play on an incomplete set of players in the SkillCorner data (I think the data we use here has only the players in the broadcast) then that might be a bug we need to fix?
The text was updated successfully, but these errors were encountered:
Hi,
I just noticed some really strange behaviour, and I'm not sure what the cause could be.
I load some skillcorner data using the available skillcorner test files. When I load them with
limit=4
andlimit=50
the coordinates are inverted for all players (see results for player 10326 below), without changing any other parameters.I tried replicating the issue while loading the open dataset with 2 different values for limit, but that didn't have the same effect.
I'm assuming this is either because we're using the test files and they aren't complete, or because we're trying to figure out the direction of play on a couple frames and setting limit=4 only gives us 2 frames (because of
include_empty_frames=False
) which wouldn't be enough in this case to figure out direction of play correctly.Curious to hear your thoughts, because if we're inferring direction of play on an incomplete set of players in the SkillCorner data (I think the data we use here has only the players in the broadcast) then that might be a bug we need to fix?
The text was updated successfully, but these errors were encountered: