Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

AI Based Drone

Detection Detection
System
Overview
• An anti-drone system is a set of technologies and procedures
designed to detect, track, and neutralize unauthorized drones or
Unmanned Aerial Vehicles (UAVs) in a specific airspace.
• ADS is a combination of hardware and software's.
• The software algorithms are designed in such a way that it will
only detect unauthorized drones & UAV or the classification given
to the software algorithms to detect any specific objects.
• The software algorithm is based on the Python Programming and
we use computer vision to detect the object through optical sensor
(Like camera)
1. Computer Vision Setup
• Use a camera to capture the scene or object.
• Apply computer vision algorithms to analyze the images and
calculate the desired angle. This could involve techniques like
object detection, image processing and future extraction.

2. Collect the dataset


• We have collect the dataset of that specific object which we want to
detect.
3. Annotation and labeling
4. Train dataset
• Train the selected model using the annotated training dataset. During training, the
model learns to detect objects by optimizing a loss function that compares its
predictions to the ground truth annotations. Monitor the training process and
adjust hyperparameters as needed to improve performance.

5. Deployment:
• Deploy the trained model to production where it can be used to detect objects in
real-world images or videos. Integrate the model into an application or system
that can accept input data and provide predictions based on the model's output.
6. Computer vision Interface with
controller
• Use a programming language like Python to create an interface
between computer vision system and the controller. This could be
achieved by creating a communication channel or using library
modules.

Real Time Detection Detection From Image

You might also like