Commit 797a8947 authored by Parindya H.S.T 's avatar Parindya H.S.T

Update README.md

parent e908b4a3
...@@ -17,16 +17,19 @@ To implement whether any part of the front foot is behind the bowling crease to ...@@ -17,16 +17,19 @@ To implement whether any part of the front foot is behind the bowling crease to
three main approaches. Below show what the objectives need when using all the approaches. 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 For the model training purpose, it is required to collect the data. In this individual component two of the following scenarios
will be considered. 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 behind the bowling crease.(legal ball)
* Moment where any part of the front foot is not behind the bowling crease.(no 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. 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. 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 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. between Convolutional Neural Network (CNN) model and pretrained model MobileNet, ResNet.
It can experiment with all three architectures and evaluate their performance on the dataset to select It can experiment with all three architectures and evaluate their performance on the dataset to select
......
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