{
  "model_name": "BasketballBallSpeedModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures the ball speed over the whole recording. It cleans the detected ball trajectory (spike rejection, short gap interpolation, light Gaussian smoothing), differentiates it, and reports mean, median, 95th percentile and peak speed, the speed split between controlled and free-flight phases, a speed histogram and the per-frame series.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}