Log Book 53
Log Book 53
Name of the Project : - Analysis of WBC , RBC and Platelets using Deep Learning
Member information : -
P .T .O.
Sr. Task details Sign. of the Int. Remarks ( Sign. of the
no. Guide for Completing by Int. Guide ) Co-ordinator
the said Task ( with Date )
1 Search for a Project ----------------X------------------ -----------------X----------------
Idea [ From __________ (dt.)
to ____________ (dt.) ]
2. Rough Synopsis ----------------X------------------ Approved / NOT Approved
submitted for FINAL [Suggestions : -
Approval ________________________
(Date : - _________ ) ________________________
___________________________
___________________________
_________________________ ]
3. NEXT Rough Synopsis ----------------X------------------
of submitted to Int. Approved / NOT Approved
Guide.( In case the
previous idea is
Rejected.) (Date : -
_________ )
4 Reporting to the
Int.Guide &
Registration of
Personal Information
in the Int.Guide’s File
5. Fair Synopsis
submitted to Int.
Guide. (with WORK
PLAN enclosed .)
6 Review ----------------X------------------ ----------------X------------------
7 Review ----------------X------------------ ----------------X------------------
8 Internal Seminar & ----------------X------------------ ----------------X------------------
Sem. I Assessment
9 Seminar Report
DRAFT copy APPROVAL Approved / NOT Approved
1. https://thes Nurasyeera
ai.org/Public Rohaziat, Mohd
ations/ViewP Razali Md
Tomari, Wan
aper?Volume Nurshazwani Wan
=11&Issue=1 Zakaria, Nurmiza
0&Code=IJA Othman “White
CSA&SerialN Blood Cells
Detection using
-- -- Prof. Mrudul
o=58 YOLOv3 with Dixit
CNN Feature
Extraction
Models'',Internatio
nal Journal of
Advanced
Computer Science
and Applications,
Vol. 11, No. 10,
2020.
2. https://www Lipi
.researchgate B.Mahanta,Kangk
.net/publicat ana Bora,Sourav
ion/3374905 Jyoti
47_Automate Kalita,Priyangshu
Prof. Mrudul
d_Counting_ Yogi “Automated
Counting of -- -- Dixit
of_Platelets_a Platelets and
nd_White_Bl White Blood Cells
ood_Cells_fro from Blood Smear
m_Blood_Sm Images” ,
Springer Nature
ear_Images Switzerland AG
,2019
3.
https://www Navid Shaikh,
.irjet.net/arc Karansing
hives/V6/i4/ Rajaput, Rahul
Pawar, Dr. A. S. -- -- Prof. Mrudul
IRJET-V6I45 Vibhute Dixit
02.pdf “Counting of
RBCs and WBCs
using Image
Processing
Technique'',Intern
ational Research
Journal of
Engineering and
Technology
(IRJET),April
2019.
.
( NOTE : - Attach Copy of the SAME Work-Plan thathas been enclosed with the Fair Synopsis. Tick-mark in the
Box provided after Completion of each Module.)
Month&wk JUL AUG SEP OCT NOV DEC JAN FEB MAR APR MAY
1 2 3 4 5 6 7 8 9 9 10
task mod
1.Concept
Development
2.Initializatio
n
a) Literature
review
b)Block
Schematics
3.Project
definition
scope and
Goal
establishme
nt
4.Presentatio
n with
internal and
external
guide
5.Preprocess
ing and
training
6.Validation/
Testing
7.Deploymen
t
(Optional)
8.Report
Sr. Month Date Discussion Task given by Task Task Task Sign.
no. Details Int.Guide given by Completion Completio of the
Ext. Sign. of the n Sign. of Co-ordi
(Industry Int.Guide the nator
) Guide ( with Date ) Int.Guide ( with
( with Date )
Date )
1. JULY 1/7/20 Topic Explore Delete 30/8/2021 Delete
research different this this
topics column column
across the repeated
domain
2.
AUG-SEP 1/9/2020 Literature Explored 30/9/2020
Survey number of
papers
3.
Architect Possible 31/10/202
October
1/10/202 ure architecture 0
0 finalizatio s available
n,scope
research
4.
November 1/11/202 Exploring Presentatio 31/12/202
0 the n 0
finalized
model,coll
ecting
resources Hyperpara 28/2/2021
5. to meter
January 1/1/2021 implemen discuss
t
6.
March 1/3/2021 Coding- Discussion 31/3/2021
preproces of training
sing, results and
training validation
output
7.
1/4/2021 Validation Research 30/4/2021
Report paper
Report Discussion
submissio
n
Day : - Friday Date : - 8/5/2021
● Purpose -
To provide better and accurate results for the medical diagnosis of patients.
● Scope -
Dataset for the training is expected to have more number of images in order to provide results accurately
without any overfitting.
● Software Overview -
The software used is Google Colaboratory wherein it was coded using Python language using different
libraries suitable for the project and GPU was used to implement it faster.
● Infrastructure requirements - This part lies in the optional implementation(if time permits) , wherein we
would deploy it into an application which could be used on a suitable device.
METHODOLOGY
A. DATASET
This work involves the use of a dataset consisting of blood smear images taken from BCCD .There are three image
categories which are WBC’s , RBC’s and Platelets.Dataset is split up into training, testing and validation . The number
of training images ,testing images and validation images are 255 ,36 and 73 respectively..There are 4888 labels across
3 classes. The labelling process is already done in the dataset for each image.After successful completion of dataset
preparation,training process was continued.
B. YOLOV5
‘You Only Look Once’ in short YOLO is an object detection classification algorithm.For faster prediction of image and
location only one forward propagation is required across the network which splits the image into regions and predicts
bounding boxes and probabilities for each region.Grid cell which is responsible for detecting a particular object should
have it center falling into the respective grid cell .The dataset images are already resized to 416 x 416 dimension
The values of mAP(mean Average Precision ), Precision and Recall were calculated and the model’s performance was
determined.
D.DETAIL DESIGN
The project involves the use of the yolov5 model for detection of different blood cells.Yolo V5 is implemented with
283 hidden layers, including input and output layer.Different values of batches and epochs were passed and tested and
the output was observed.