{
  "model_name": "PadelRallyModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that reconstructs the rally structure of a padel recording. Shots that follow each other within three seconds belong to the same rally; a rally needs at least two shots, so a single stroke while picking up a ball is not counted. Reports the number of rallies, their length in shots and seconds, how many times the ball crossed between the two sides, who started and who ended each rally, the distribution of rally lengths, and the play-time share of the recording.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}