|
|
|
|
|
by dmurray
429 days ago
|
|
The only interesting part of the model's output was {
"current_play": "ruck",
} So the vision model can correctly identify that there's a ruck going on and that the ball is most likely in the ruck. Why not build on this? Which team is in possession? Who was the ball carrier at the start of the ruck, and who tackled him? Who joined the ruck, and how quickly did they get there? How quickly did the attacking team get the ball back in hand, or the defending team turn over possession? What would be a good option for the outhalf if he got the ball right now? All of these except the last would be straightforward enough for a human observer with basic rugby knowledge going through the footage frame by frame, and I bet it would be really valuable to analysts. It seems like computer vision technology is at a stage where this could be automated too. |
|