Currently there is no model or tool we have to map from video input to a seperate top-down view of player positions on court. Todo this we need to identify key points on the map and the player positions in relations to these points. If we could identify the ball position aswell that would be useful but it can be harder since the ball is not always on the ground, it bounding box floates above it and its not yet clear how to estimate its position from a topdown view based on that. The same problem applies to players when they are jumping. Nonetheless, a first problem is simply to generally identify players on the map.
Please, write some tests aswell.
Currently there is no model or tool we have to map from video input to a seperate top-down view of player positions on court. Todo this we need to identify key points on the map and the player positions in relations to these points. If we could identify the ball position aswell that would be useful but it can be harder since the ball is not always on the ground, it bounding box floates above it and its not yet clear how to estimate its position from a topdown view based on that. The same problem applies to players when they are jumping. Nonetheless, a first problem is simply to generally identify players on the map.
Please, write some tests aswell.