Frame
kloppy.domain.Frame
dataclass
Bases: DataRecord
Tracking data frame.
| ATTRIBUTE | DESCRIPTION |
|---|---|
frame_id |
The unique identifier of the frame. Aias for
TYPE:
|
ball_coordinates |
The coordinates of the ball
TYPE:
|
players_data |
A dictionary containing the tracking data for each player.
TYPE:
|
ball_speed |
The speed of the ball
TYPE:
|
other_data |
A dictionary containing additional data
TYPE:
|