Child Tracking Project Report
Child Tracking Project Report
Child Tracking Project Report
TECHNOLOGY”
A Report on
Project Phase-II
Submitted by
PROJECT ASSOCIATES USN
MANISH SAHANI 1SB17EE015
SUSHMA.N 1SB17EE029
NIKHIL.C.M 1SB17EE019
Under the guidance of
Mr.RAMANA REDDY
Asst. Prof., Dept. of EEE
Ms. MALINI K V
Asst. Prof. & HOD, Dept. of EEE
CERTIFICATE
Certified that the project work entitled “CHILD TRACKING DEVICE
USING YOLOV3 TECHNOLOGY” a bonafide work carried out by
MANISH SAHANI (1SB17EE015), SUSHMA N (1SB17EE029),
NIKHIL C M (1SB17EE019) in partial fulfillment for the award of
Bachelor of Engineering in Electrical and Electronics Engineering of
the Visvesvaraya Technological University, Belagavi during the year
2020-2021. It is certified that all corrections/suggestions indicated
for internal assessment have been incorporated in the report
deposited in the departmental library. The project report has been
approved as it satisfied the academic requirement in respect of
project work prescribed for Bachelor of Engineering Degree.
..............................
2. Ms. Malini K V
Asst. Prof. & HOD,
Dept. of EEE
Our own lab Technical Staffs have lent their hand whenever
necessary. Our special thanks to all technical staff’s.
The main objective of the project is to design a child tracking system. The system is
developed to have a live track on the child with a quick alarming feature enabled as soon as it
gets apart from a fixed distance. The device will also be enabled with facial recognition. The
device will usually have two devices interlinked in which one is of parental or the officials.
But at the same time we are also link a network of devices so that the nearest device or the
authority will reach to the child. The technologies which we are planning at present to use are
GPS, Bluetooth module, YOLOV3 for facial recognition. This paper discusses the concept of
a smart wearable device for little children. The major advantage of this wearable over other
wearable is that it can be used in any cell phone and doesn't necessarily require an expensive
Smartphone and not a very tech savvy individual to operate. The purpose of this device is to
help parents locate their children with ease. At the moment there are many wearable’s in the
market which help track the daily activity of children and also help find the child using GPS
services present on the device. Therefore, the focus of this paper is to have an SMS text
enabled communication medium between the child's wearable and the parent as the
environment for GSM mobile communication is almost present everywhere.., the wearable
device will send with a text containing the real time accurate location of the child is 2m far
from home which upon tapping will provide directions to the child's location on Google maps
app, The prime motivation behind this paper is that we know how important technology is in
our lives but it can sometimes can't be trusted, and we always need to have a secondary
measure at hand.
CONTENT
Child tracking device using YOLOV3 technology Page
CHAPTER-1
INTRODUCTION
The motivation for this wearable comes from the increasing need for safety for little
children in current times as there could be scenarios of the child getting lost in the major
crowded areas. This paper focuses on the key aspect that lost child can be helped by the
people around the child and can play a significant role in the child's safety until reunited with
the parents. Most of the wearable’s available today are focused on providing the location,
activity, etc. of the child to the parents via GPS. Today, innovations is developing quickly and
giving all fundamental and successful answers for each prerequisite. Presently a day's
youngster security is a significant space of concern. This model is created to amend the
concerns of guardians in regards to their youngster security. In this situation, Our framework
guarantees greatest security and guarantees live following for their children since parent
stresses are certified. This paper proposed a model for kid security through advanced mobile
phones that gives the choice to follow the area of their kids just as in the event of crisis
youngsters can send a fast message and its present area by means of Short Message
administrations. This proposed framework is approved by testing on the Android stage.
1.1 Objective
• The system is developed to have a live track on the child with a quick alarming feature
enabled as soon as it gets apart from a fixed distance.
• The device will usually have two devices interlinked in which one is of parental or the
officials. But at the same time we are also link a network of devices so that the nearest
device or the authority will reach to the child.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-2
LITERATURE SURVEY
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-3
METHODOLOGY
To protect the safety of children we are making use of GPS tracking to pinpoint the
exact location of the child. This location link will be sent to parent’s smartphone through SMS
message service which can be used by Google maps application to track the child. Distance
between caretaker and children will be monitored continuously, when the child is separated
more than the safety limit a sound alert will be made to draw the attention of the caretaker
towards the child. Python YOLO is used to recognize the image captured by the device and
this image will be sent to parent through email service.
Ultrasonic sensor is used to measure the distance between child and parent. Distance in
cm is displayed on LCD screen and serial monitor. If distance is more than predetermined
safety limit then buzzer is turned ON to alert the parent. Message for child is moving far from
parent is shown on LCD display. GPS module is used send the latitude and longitude
positions to Arduino Uno. The GPS location data is displayed on the LCD screen. GPS
location data is sent to parent’s smartphone with location link through SMS message service
from GSM module. Google maps application is used to track the child location. Camera takes
the image of the person caring the child. This image is processed through python and sent to
parent through email service.
ULTRASONIC BUZZER
SENSOR ARDUINO
UNO
GSM
GPS
LCD
DISPLAY
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
providing access to TX, RX, and reset pins of the Arduino. The Fig illustrates the architecture
of the child safety wearable device, which depicts the various technologies and technological
standards used. The system architecture of the wearable is based and controlled by Arduino
with an Arduino Uno boot loader. The Arduino Uno collects various types of data from the
different modules interfaced to it, such as the GPS module upon being triggered by the
Arduino. The wearable device, for now, is not built on a SOC model, rather has been
proposed using larger components and can later build on the SOC platform once put into
manufacture. The wearable IOT device tasked with acquiring various data from the all the
different modules connected. The recorded time and identity will be sent through a message.
The wearable system runs on a battery with an output voltage of 5V. In order to maximize
power consumption, the wearable device has been programmed to provide GPS information
only upon request by SMS text via GSM shield.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-4
COMPONENTS USED
Hardware Requirements:
Arduino Uno.
GSM Module.
GPS Module.
Buzzer.
Ultrasonic Sensor.
Camera.
LCD Display.
Software Requirements:
Arduino IDE.
Python.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-5
HARDWARE REQUIREMENTS
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
5V Supply
Trigger Pulse Input
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
LCD (Liquid Crystal Display) screen is an electronic display module and find a wide
range of applications. A 16x2 LCD display is very basic module and is very commonly used
in various devices and circuits. These modules are preferred over seven segments and other
multi segment LEDs. The reasons being: LCDs are economical; easily programmable; have
no limitation of displaying special & even custom characters (unlike in seven segments)
animations and so on.
A 16x2 LCD means it can display 16 characters per line and there are 2 such lines. In
this LCD each character is displayed in 5x7 pixel matrix. This LCD has two registers, namely,
Command and Data.
The command register stores the command instructions given to the LCD. A command is an
instruction given to LCD to do a predefined task like initializing it, clearing its screen, setting
the cursor position, controlling display etc. The data register stores the data to be displayed on
the LCD. The data is the ASCII value of the character to be displayed on the LCD. Click to
learn more about internal structure of a LCD.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
4 Selects command register when low; and data register when high Register Select
5 Low to write to the register; High to read from the register Read/write
6 Sends data to data pins when a high to low pulse is given Enable
7 DB0
8 DB1
9 DB2
10 DB3
8-bit data pins
11 DB4
12 DB5
13 DB6
14 DB7
15 Backlight VCC (5V) Led+
16 Backlight Ground (0V) Led-
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
5.5 Buzzer
Fig. Buzzer.
The buzzer is a sounding device that can convert audio signals into sound signals. It is
usually powered by DC voltage. It is widely used in alarms, computers, printers and other
electronic products as sound devices. A buzzer or beeper is an audio signaling device, which
may be mechanical, electromechanical, or piezoelectric (Piezo for short). Typical uses
of buzzers and beepers include alarm devices, timers, and confirmation of user input such as a
mouse click or keystroke.
Up & down 30 degrees rotatable, you can adjust the angle as you like.
Support windows 2000/ XP/ Win7/ Win8/ Win10/ Vista 32bit./ Mac. Designed for
both laptop and desktop, auto White balance, auto color correction. Support various video
meeting software, ie, net meeting and works great with msn, WeChat, QQ, Yahoo and
Skype etc.
High definition and true color images, manual focus. Built-in sound absorption
Microphone, your voice can be heard clearly in 30 feet, meaning that you don't have to get
close to even kiss Your camera awkwardly.
Imported Optical lens, High precision and no distorted pictures, compatible with USB.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
The computer would automatically install the driver in the Win7 and lower level
system after inserting this webcam, but in Win10, you don't need to install any driver, you
can directly use the video chat software features and then can see the picture.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-6
SOFTWARE REQUIREMENTS
Upload
Accumulates your code and transfers it to the designed board. See
transferring beneath for points of interest.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
New
Creates a new sketch.
Open
Presents a menu of all the representations in your sketchbook.
Clicking one will open it inside the present window overwriting its
substance.
Note: because of a bug in Java, this menu doesn't scroll; on the off
chance that you have to open a draw late in the rundown, utilize the
File | Sketchbook menu.
Save
Saves your sketch.
Serial Monitor
Opens the serial monitor.
Additional commands are found within the five menus:
File
Edit
Sketch
Tools
Help.
The menus are setting delicate, which implies just those things significant to the work as of
now being done are accessible.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
FILE
New
Makes another occasion of the editorial manager, with the absolute minimum structure
of an outline already set up.
Open
Permits to stack an outline document perusing through the PC drives and
envelopes.
Open Recent
Provides a short list of the most recent sketches, ready to be opened.
Sketchbook
Demonstrates the current portrays inside the sketchbook envelope structure;
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
EDIT
Undo/Redo
Backpedals of at least one stages you did while altering; when you backpedal,
you may go ahead with Redo.
Cut
Expels the chose content from the supervisor and spots it into the clipboard.
Copy
Copies the chose message in the manager and spots it into the clipboard.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
SKETCH
Verify/Compile
Checks your outline for blunders arranging it; it will report memory utilization
for code and factors in the reassure territory.
Upload
Arranges and stacks the twofold document onto the designed board through
the configured Port.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
TOOLS
Auto Format
This organizations your code pleasantly: i.e. indents it so that opening and
shutting wavy braces line down, and that the announcements inside wavy
supports are indented more.
Archive Sketch
Documents a duplicate of the present draw in .zip arrange. The file is set in the
same index as the draw.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
Programmer
For choosing a hardware software engineer when programming a board or chip
and not using the locally available USB-serial association. Typically you won't
require this, however in the event that you're consuming a bootloader to
another microcontroller, you will utilize this.
Burn Boot loader
The things in this menu permit you to consume a bootloader onto the
microcontroller on an Arduino board. This is not required for ordinary utilization of an
Arduino or Genuino board however is valuable in the event that you buy another
ATmega microcontroller Ensure that you've chosen the right board from the Boards
menu before consuming the bootloader on the objective board. This charge
additionally set the correct circuits.
HELP
Here you find simple access to various reports that accompany the Arduino Software (IDE).
You have entry to Getting Started, Reference, this manual for the IDE and different archives
locally, without a web association. The reports are a nearby duplicate of the online ones and
may connect back to our online site.
Find in Reference
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
This is the main intuitive capacity of the Help menu: it specifically chooses
the pertinent page in the neighborhood duplicate of the Reference for the
capacity or charge under the cursor.
Device Arduino
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-7
SYSTEM ANALYSIS
Prediction of terrorism activities is an important area of concern for researchers. The large
number of events makes it difficult to predict terrorist group responsible for some terrorist
activity.
The current research is focused on finding out the correlation between terrorism and its causal
factors. Existing efforts have not been good enough for prediction. Machine learning
approaches can ad in predicting the likelihood of a terrorist attack, given the required data.
The results of this work can help the security agencies and policy makers to eradicate
terrorism by taking relevant and effective measures.
Hence there is an approach to analyzing terrorism region and country with the machine
learning techniques and terrorism specific knowledge to fetch conclusions about terrorist
behavior patterns.
The particular necessities are user interfaces. The outside clients are the customers. Every
one of the customers can utilize this product for ordering and looking.
Hardware Interfaces: The outside equipment interface utilized for ordering and looking is
PCs of the customers. The PC's might be portable PCs with remote LAN as the web
association gave will be remote.
Software Interfaces: The working Frameworks can be any rendition of windows.
Performance Prerequisites: The PC's utilized must be at least pentium 4 machine with the
goal that they can give ideal execution of the item.
Non utilitarian necessities are the capacities offered by the framework. It incorporates time
imperative and requirement on the advancement procedure and models. The non useful
prerequisites are as per the following:
Speed: The framework ought to prepare the given contribution to yield inside fitting time.
Ease of utilization: The product tought to be easy to understand. At that point the clients
can utilize effortlessly, so it doesn't require much preparing time.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
Reliability: The rate of disappointments ought to be less then just the framework is more
solid.
Portability: It thought to be anything but difficult to actualize in any framework
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-8
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-9
TEST RESULTS
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-10
ADVANTAGES
• Emergency call.
• Message Alerts.
• Track your child even in a crowd.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
CHAPTER-11
CONCLUSION
The child safety wearable device is capable of acting as a smart device. It provides parents
with the real-time location and SOS light along with Distress alarm buzzer for their child's is
2m or more than that distance far and the ability to locate their child or alert bystanders in
acting to rescue or comfort the child. The smart child safety wearable can be enhanced much
more in the future by using highly compact Arduino modules such as the Arduino which can
be sewed into fabrics. Also a more power efficient model will have to be created which will
be capable of holding the battery for a longer time.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
BIBILOGRAPHY
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
REFERERENCES
[1] Aditi Gupta, Vibhor Harit- Department of Computer Science & Engineering, North India
Institute of Technology, Najibabad, UP, India “Child Safety & Tracking Management System
by Using GPS, Geo-Fencing & Android Application: An Analysis” 18 August 2016
[2] H. Moustafa, H. Kenn, K. Sayrafian, W. Scanlon and Y. Zhang, "Mobile wearable
communications [Guest Editorial]," in IEEE Wireless Communications, vol. 22, no. 1, pp.
lO-l1, February 2015.
[3] S. Nasrin and P. 1. Radcliffe, "Novel protocol enables DIY home automation,"
Telecommunication Networks and Applications Conference (ATNAC), 2014 Australasian,
Southbank, VIC, 2014, pp. 212-216.
[4] F. A. Silva, "Industrial Wireless Sensor Networks: Applications, Protocols, and Standards
[Book News]," in IEEE Industrial Electronics Magazine, vol. 8, no. 4, pp. 67-68, Dec. 2014.
[5]Jun Zheng; Simplot-Ryl, D.; Bisdikian, c.; Mouftah, H.T., "The internet of things [Guest
Editorial]," in Communications Magazine, IEEE , vo1.49, no.ll, pp.30-31, November 2011
doi: 10.1109/MCOM.2011.6069706
[6]K. Braam, Tsung-Ching Huang, Chin-Hui Chen, E. Montgomery, S. Vo and R. Beausoleil,
"Wristband Vital: A wearable multi-sensor microsystem for real-time assistance via low-
power Bluetooth link," Internet of Things (WF-IoT), 2015 IEEE 2nd World Forwn on, Milan,
2015, pp. 87-9l. doi: 10.l109/WF-IoT.2015.7389032
[7] "Digital parenting: The best wearables and new smart baby monitors. The latest smart
baby monitors and connected tech for your peace of mind,'Tech. Rep., 2015. [Online].
Available: http://www.wareable.com/parenting/the-best -wearab lesbabies- smart-baby-
monitors
. [8] "WiFi and WiMAX - break through in wireless access technologies," Wireless, Mobile
and Multimedia Networks, 2008. lET International Conference on, Beijing, 2008, pp. 141-
145.
[9] P. Bhagwat, "Bluetooth: technology for short-range wireless apps," in IEEE Internet
Computing, vol. 5, no. 3, pp. 96-103, May/Jun 200l.
[lO] Y. A. Badamasi, "The working principle of an Arduino," Electronics, Computer and
Computation (ICECCO), 2014 11th International Conference on, Abuja, 2014, pp. 1-4.
[11] N. N. Prince, "Design and implementation of Arduino based short message service
control system," Internet Technology and Secured Transactions (ICITST), 2013 8th
International Conference for, London, 2013, pp. 494-499.
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru
Child tracking device using YOLOV3 technology Page
Dept. of Electrical and Electronics Engineering Sri Sairam College of Engineering, Bengaluru