Hello, thank you for your project and dataset.
About the dataset, I have some questions.
- 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!
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!