{
  "model_name": "BasketballCoreHelperModel",
  "version": "v1.0",
  "description": "Shared analysis core for the basketball tracking models, and at the same time the recording overview measurement. It parses the ZED body and object tracking frames, cleans the ball trajectory, resolves ball possession, detects and classifies every ball transfer, and estimates release speeds. The other basketball models import this one instead of duplicating the engine. Its own prediction is the summary of the recording: length, players, ball detection quality, possession split, pass counts and the average and strongest pass.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}