| Literature DB >> 35909847 |
Hongling Zhang1, Yifei Zheng2.
Abstract
The intelligent tracking and detection of athletes' actions and the improvement of action standardization are of great practical significance to reducing the injury caused by sports in the sports industry. For the problems of nonstandard movement and single movement mode, this exploration takes the video of sports events as the object and combines it with the video general feature extraction of convolutional neural network (CNN) in the field of deep learning and the filtering detection algorithm of motion trajectory. Then, a target detection and tracking system model is proposed to track and detect targets in sports in real-time. Moreover, through experiments, the performance of the proposed system model is analyzed. After testing the detection quantity, response rate, data loss rate, and target detection accuracy of the model, the results show that the model can track and monitor 50 targets with a loss rate of 3%, a response speed of 4 s and a target detection accuracy of 80%. It can play an excellent role in sports events and postgame video analysis, and provide a good basis and certain design ideas for the goal tracking of the sports industry.Entities:
Mesh:
Year: 2022 PMID: 35909847 PMCID: PMC9328982 DOI: 10.1155/2022/3252032
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Video image processing process.
Figure 2Encoder structure.
Image processing strategy in DL.
| Image processing mode | Processing scenario |
|---|---|
| Remote sensing dataset of land use image | According to the centralized calculation of the city map, the calculation scenes are sparse residential areas, traffic channels, and public parking lots. |
| Remote sensing dataset of Wuhan university | According to the spatial resolution calculation, the analysis scenes are general residential areas, traffic stations, ponds, rivers, and mountainous areas. |
| Remote sensing image dataset | According to the basic expansion calculation of the school, the scene includes airports, flat plains, baseball stadiums, beaches, and other places. |
| Remote sensing dataset of space objects | According to the analysis of google maps, the general calculation resolution is high, including docks, industrial storage places, various sports places, ports, bridges, and other areas. |
Figure 3Attitude recognition process of moving target.
Target tracking core area.
| Core area | Regional representation |
|---|---|
| Selection criteria of candidate areas | The size and proportion of different areas may vary, so it is essential to search and filter all areas that can match when selecting memory areas. however, this method is time-consuming and laborious, and will produce many property management areas, so feature analysis is a vital link. |
|
| |
| Feature representation of candidate regions | After the collective search and analysis of the region, the region's overall candidate region can be obtained. The next step is to filter its characteristics. Given the diversity of factors in the region itself, the feature extraction will affect the final classification results. Therefore, in most cases, the haar-link features are used for processing. |
|
| |
| Classification measures of candidate areas | Since different regions will produce different differences in the processing of different objects, the input features can be effectively classified after massive feature processing. support vector machines, decision trees and neural networks are commonly used. by calculating multiple features, a classifier with strong performance can be obtained. |
Figure 4Sports target tracking process.
Figure 5Basic functions of moving target tracking.
Figure 6Target tracking technology ((a) is interframe difference processing method, (b) is background subtraction processing method).
Three-layer structure requirements for target tracking.
| Layers | Hierarchy function requirements |
|---|---|
| Application layer | The main requirement and function of the application layer is to match the motion detection target with the whole tracking system. Generally, it is for users to access the sports multimedia module, the multimedia video recording module, and the tracking target management module and record data. |
|
| |
| Data access layer | The main function of the data layer is to play the role of the middle layer, establish the detection algorithm, and generate data with the detection target in the sports multimedia image or video. |
|
| |
| Data connection layer | The function of the connection layer is to store and track the data information generated by the above two layers, multimedia video or image information, user information, and detection results. |
Figure 7Performance detection of the target detection system.
Figure 8Data of system monitoring accuracy results.