Robot and Ball Detection¶
The robot and ball detection is implemented by the module RobotBallDetector. It uses a nano-network based on YoloX1.
Architecture¶
The input size uses the larger image dimension of the K1 and T1 squared, meaning 544x544 for the K1 and 640x640 for the T1.
Dataset¶
To be released. We provide two datasets: one with only our own labeled images and a second one which combines the first one with the two datasets of TORSO[^Torso] and whIRLwind4, but cleaned up and only containing labels for robots, balls and penalty marks as well as corrections for those bounding boxes.
Our own dataset was labeled with LabelStudio2.
Training Pipeline¶
To be released.
Last update:
September 11, 2026