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
When I print the data['events'][i]['moments'][j], I can see the list.
And I think that the list is composed of [?, ?, ?, ?, ?, [[ball information], [player1 information], [player2 information], ..., [player10 information]]]
However, I can't find out the meaning of the first five elements.
Could you tell me what they mean?
What's the meaning of the 'evenId'?
Does the length of the data['events'][i]['moments'] means the time sequences?
Finally, do you have any description of the dataset?
Thank you!
The text was updated successfully, but these errors were encountered:
noparkee
changed the title
What's the meaning of the first five elements in "MOMENTS".
Some questions about the data structure.
Jul 16, 2022
noparkee
changed the title
Some questions about the data structure.
Some questions about the data.
Jul 16, 2022
Hello, thank you for your project and dataset.
About the dataset, I have some questions.
data['events'][i]['moments'][j]
, I can see the list.And I think that the list is composed of
[?, ?, ?, ?, ?, [[ball information], [player1 information], [player2 information], ..., [player10 information]]]
However, I can't find out the meaning of the first five elements.
Could you tell me what they mean?
data['events'][i]['moments']
means the time sequences?Thank you!
The text was updated successfully, but these errors were encountered: