{
  "model_name": "PadelBallSpeedModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures the speed of the ball that is in play. A padel court holds several balls at once - the one being played, the ones lying on the floor, the ones in the basket - so the model first selects the moving one, cleans its trajectory (spike rejection, short gap interpolation, light Gaussian smoothing applied separately on each seam-free run) and differentiates it. Reports mean, median, 95th percentile and peak speed, a speed histogram, the distribution of shot speeds and the per-frame series.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}