Various systems using camera video files have
been proposed to measure stone position and behavior.
For instance, at the 2022 Beijing Winter Olympics
and Paralympics, a system using video files from 42
dedicated cameras installed at the competition venue
was introduced to measure stone position and
trajectory (Shi, 2022). However, such systems
requiring multiple cameras and dedicated installation
at the competition venue pose challenges for
simplicity and portability. Additionally, their use is
limited to specific curling halls, further complicating
their portability.
Methods have also been implemented by
attaching devices called inertial measurement units
(IMUs) to the handles of curling stones to measure
their velocity, angular velocity, and displacement
(Lozowski, 2016). However, attaching devices to
curling stones might alter their original weight,
potentially affecting their behavior. Moreover, such
attachments are prohibited in official competitions,
rendering them ineffective for measuring the
behavior of stones used in tournaments.
Given the challenges of existing systems, an
urgent need exists to introduce markerless, portable,
and easy-to-use tracking systems in the competitive
arena. Therefore, we propose a simple tracking
system that uses highly portable cameras to provide
feedback on the behavior of curling stones. This
system aims to facilitate the easy measurement of
stone behavior, contributing to training and tactical
support.
This report discusses the accuracy evaluation of
the proposed simple tracking system’s analysis of
stone velocity compared to laser velocity
measurement equipment. The results will illuminate
the proposed system’s usefulness and accuracy,
guiding further research and practical implementation
efforts.
2 PROPOSED METHOD
The proposed simple tracking system relies on
foundational technologies, including a detection
model to identify stones within the image, a tracking
model to follow the same stone across frames, and a
calibration model to transform stone positions from
the camera coordinate system to the global coordinate
system. In this chapter, we discuss each technology
constituting the proposed system.
2.1 Stone Detection Model
The stone detection model in this study was
developed using the highly efficient You Only Look
Once (YOLO) detector as the underlying model
(Wang, 2023). YOLO is a popular object detection
algorithm known for its real-time performance and
exceptional accuracy in identifying objects within
images. Transfer learning was employed with a
custom dataset of curling stone images to fine-tune
the YOLO detector for detecting curling stones. This
approach leverages pretrained weights from a general
object detection model and adapts them to the target
domain, resulting in an optimized stone detection
model for curling scenarios.
2.1.1 Dataset Creation
We recorded videos of competitions and practice
sessions at various curling halls for dataset creation.
An example of the filming setup is illustrated in
Figure 1. We used commercially available video
cameras, smartphones, and tablets to film from
different vantage points near the ice sheet and
spectator areas, varying the camera placement,
angles, and shooting conditions, such as aperture,
shutter velocity, sensitivity, and white balance, to
ensure diversity in the acquired data. The video file
encompassed various environments, including
variations in the design and logos of the curling sheet
houses, the colors and patterns of the background
walls, and the lighting conditions. Additionally, since
some curling rinks have glass windows separating the
playing area from the spectator area, we included
video files shot through glass.
Subsequently, we randomly extracted images
from the captured video files and annotated the stones
within the images. We surrounded the areas of the
stones, excluding the handle parts, with bounding
boxes and labeled them as red stone or yellow stone.
Figure 2 shows an example of images from the
dataset. We ensured coverage of various scenarios
expected in curling scenes, including images where
players overlapped with stones, brushes overlapped
with stones, and stones overlapped with each other.
Staff trained in annotation tasks performed the
dataset creation. Furthermore, multiple staff members
mutually reviewed the annotated data, creating a
high-quality dataset. This dataset, which is
proprietary to us, is a collection of data and a crucial
tool for developing a detection model.