Skip to content

arisedham/AI-Based-Drone-Detection-for-Border-Security-Using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AI-Based-Drone-Detection-for-Border-Security-Using-Deep-Learning

Collection of CNN and ResNet-based deep learning models for drone and image recognition tasks. Clink here for more: https://new.express.adobe.com/webpage/AjDUvS4OC9GJo

This repository demonstrates a project titled โ€œAI-Based Drone Detection for Border Security Using Deep Learningโ€ which uses Convolutional Neural Networks (CNN) and ResNet50 models to classify drone vs non-drone images in a border security context.

Project: Drone Detection for Border Security

See the folder: drone_detection_border_security/

๐Ÿš€ Background

With the increasing use of drones for delivery, surveillance and potential illegal activities, unauthorized drone intrusions along national borders pose significant security threats. Traditional surveillance systems struggle to detect these drones effectively. (Adapted from presentation)

๐ŸŽฏ Objective

Develop a real-time drone detection system using deep learning (CNN & ResNet50) that can be integrated with live video feeds (e.g., CCTV) to alert security personnel of drone threats.

๐Ÿ“Š Dataset

  • ~1,625 images covering two drone types (multi-rotors & fixed-wing) + non-drone objects (birds, airplanes, etc)
  • Training/test split: 70%/30%
    (See dataset folder for details)

๐Ÿง  Models

  • CNN: built from scratch, good baseline
  • ResNet50: pretrained transfer-learning for superior performance
  • Results: CNN achieved ~85% accuracy with good precision on Drone class (0.95) but weaker on Non-Drone. ResNet50 achieved ~94% accuracy with balanced precision/recall/F1 for both classes. (From slides)

About

This project aims to detect drones in border surveillance settings using deep learning models. It classifies images into `Drone` vs `Non-Drone`.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors