Commit ecaa19b6 authored by Parindya H.S.T 's avatar Parindya H.S.T

Update README.md

parent 797a8947
......@@ -13,22 +13,22 @@ Detect whether any part of the front foot is behind the bowling crease to determ
**Specific objectives**
To implement whether any part of the front foot is behind the bowling crease to determine the delivery is not a no ball there are
To implement whether any part of the front foot is behind the bowling crease to determine the delivery is not a no ball. There are
three main approaches. Below show what the objectives need when using all the approaches.
Collect data
*Collect data*
For the model training purpose, it is required to collect the data. In this individual component two of the following scenarios
will be considered.
• Moment where any part of the front foot is behind the bowling crease.(legal ball)
• Moment where any part of the front foot is not behind the bowling crease.(no ball)
Preprocessing of the data set
*Preprocessing of the data set*
Collect the footages of the players during their practice session and extract the frame.
Refine the images and organize them into two different folders one as no ball and other as legal ball.
Model training and testing
*Model training and testing*
To detect whether a ball is a no ball or a legal ball using machine learning, do a comparison
between Convolutional Neural Network (CNN) model and pretrained model MobileNet, ResNet.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment