updated readme
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- sports
|
8 |
- tracking
|
9 |
- play-by-play
|
10 |
-
pretty_name:
|
11 |
source_datasets: https://github.com/linouk23/NBA-Player-Movements
|
12 |
---
|
13 |
# 2015-2016 Raw Tracking Data from SportVU
|
@@ -30,13 +30,13 @@ Tracking data is the finest level of basketball data, whereas play-by-play and b
|
|
30 |
|
31 |
## Uses
|
32 |
|
33 |
-
This dataset has many potential uses. Primarily, visualization of plays, as illustrated in the initial repository is possible, creating a comprehensive view for analyzing actions on court. Beyond that, models could be trained to recognize certain play types or actions,
|
34 |
|
35 |
-
-
|
36 |
|
37 |
## Dataset Structure
|
38 |
|
39 |
-
The data is in the
|
40 |
|
41 |
- 'gameid': str
|
42 |
- 'gamedate': str
|
|
|
7 |
- sports
|
8 |
- tracking
|
9 |
- play-by-play
|
10 |
+
pretty_name: 15/16 NBA Season Raw Tracking Data from SportVU
|
11 |
source_datasets: https://github.com/linouk23/NBA-Player-Movements
|
12 |
---
|
13 |
# 2015-2016 Raw Tracking Data from SportVU
|
|
|
30 |
|
31 |
## Uses
|
32 |
|
33 |
+
This dataset has many potential uses. Primarily, visualization of plays, as illustrated in the initial repository is possible, creating a comprehensive view for analyzing actions on court. Beyond that, models could be trained to recognize certain play types or actions, which can increase efficiency of video scouting. Analysis of defensive control could be performed by examining the data spatially. Even further, a broadcast tracking model could be creater if video data could be obtained and connected to each moment of collection. This would create a model where video frames are mapped to tracked coordinates, increasing the accessibility of tracking data as only publically available video footage is necessary.
|
34 |
|
35 |
+
- An example of action identification shown here: https://colab.research.google.com/drive/1x_v9c5yzUnDvSsH9d-2m3FjFXMp8A-ZF?usp=sharing
|
36 |
|
37 |
## Dataset Structure
|
38 |
|
39 |
+
The data is in the following dictionary format:
|
40 |
|
41 |
- 'gameid': str
|
42 |
- 'gamedate': str
|