Journal Article10.48550/arXiv.2211.12009
Deep-Learning-Based Computer Vision Approach For The Segmentation Of Ball Deliveries And Tracking In Cricket
2
TL;DR: In this paper , the authors present an approach to segment and extract video shots in which only the ball is being delivered, which can be used by cricket coaches and players to analyze ball deliveries which are played during the match.
read more
Abstract: There has been a significant increase in the adoption of technology in cricket recently. This trend has created the problem of duplicate work being done in similar computer vision-based research works. Our research tries to solve one of these problems by segmenting ball deliveries in a cricket broadcast using deep learning models, MobileNet and YOLO, thus enabling researchers to use our work as a dataset for their research. The output from our research can be used by cricket coaches and players to analyze ball deliveries which are played during the match. This paper presents an approach to segment and extract video shots in which only the ball is being delivered. The video shots are a series of continuous frames that make up the whole scene of the video. Object detection models are applied to reach a high level of accuracy in terms of correctly extracting video shots. The proof of concept for building large datasets of video shots for ball deliveries is proposed which paves the way for further processing on those shots for the extraction of semantics. Ball tracking in these video shots is also done using a separate RetinaNet model as a sample of the usefulness of the proposed dataset. The position on the cricket pitch where the ball lands is also extracted by tracking the ball along the y-axis. The video shot is then classified as a full-pitched, good-length or short-pitched delivery.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Smoking behavior recognition algorithm based on lightweight object detection network
Hengrui Liu,Wei Lin +1 more
- 23 May 2023
TL;DR: In this paper , the authors proposed a lightweight improved YOLOv5 smoking behavior detection algorithm model, which replaces the backbone with a lightweight MobileNetv3 neural network, and at the same time absorbs and references the design ideas of ShuffleNet to improve the width of the neck-head part, making it smaller and more suitable for deployment on low-configuration devices.
On Field Third Eye
V. Sasikala,M Bhuvaneshwar,P. S. Krishnan,T Tamil Amudhan,Priya Dharshini,B Kiruphashni +5 more
- 17 Apr 2024
TL;DR: The lack of advanced technology in smaller tournaments limits the ability of young players to improve their game and strategy. A wearable solution is proposed to improve accuracy of umpire decisions and provide data analysis for young players.
References
•Posted Content
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
Andrew Howard,Menglong Zhu,Bo Chen,Dmitry Kalenichenko,Weijun Wang,Tobias Weyand,M. Andreetto,Hartwig Adam +7 more
TL;DR: This work introduces two simple global hyper-parameters that efficiently trade off between latency and accuracy and demonstrates the effectiveness of MobileNets across a wide range of applications and use cases including object detection, finegrain classification, face attributes and large scale geo-localization.
18.5K
•Posted Content
Focal Loss for Dense Object Detection
TL;DR: This paper proposes to address the extreme foreground-background class imbalance encountered during training of dense detectors by reshaping the standard cross entropy loss such that it down-weights the loss assigned to well-classified examples, and develops a novel Focal Loss, which focuses training on a sparse set of hard examples and prevents the vast number of easy negatives from overwhelming the detector during training.
16.7K
•Posted Content
YOLO9000: Better, Faster, Stronger
Joseph Redmon,Ali Farhadi +1 more
TL;DR: YOLO9000, a state-of-the-art, real-time object detection system that can detect over 9000 object categories, is introduced and a method to jointly train on object detection and classification is proposed, both novel and drawn from prior work.
•Book
Determining optical flow
Berthold K. P. Horn,Brian G. Schunck +1 more
- 03 Jan 1992
TL;DR: An iterative implementation is shown which successfully computes the optical flow for a number of synthetic image sequences and is robust in that it can handle image sequences that are quantified rather coarsely in space and time.
Benchmark Analysis of Representative Deep Neural Network Architectures
TL;DR: An in-depth analysis of the majority of the deep neural networks (DNNs) proposed in the state of the art for image recognition, with a complete view of what solutions have been explored so far and in which research directions are worth exploring in the future.