{
  "model_name": "PadelCoreHelperModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that carries the shared padel analysis engine and reports the headline numbers of a match. It fits the court axes from the players' positions and rescales them to the regulation 20 x 10 m court, assigns every player to a side and a pair, follows the ball that is actually in play (a padel court holds several balls, and only the moving one matters), finds the shots from the breaks in the ball trajectory, and groups them into rallies. Reports duration, rally count, shot count, the longest rally, the fastest shot, per-player shot counts and the play-time share. Every other padel model imports this engine, so this model has to be uploaded first.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}