Home

Awesome

Satellite/Aerial Imagery_Detection

Build a model capable of detecting and classifying objects from a Satellite/Aerial/Overhead Imagery Data.

Objective of this notebook

Problem Statement

Computer vision enables armed forces to optimise their missions, enhance the security of soldiers and protect citizens by using oject detection on satellite imagery to detect unusual activities at the borders.

Data Description:

Domain:

Defence Surveillance

Data Pre-processing & Splits:

Architecture/Algorithm:

YOLOV7 by https://github.com/WongKinYiu/yolov7

Summary of the Solution/Code:

The code aims at custom training YOLOV7 on the xView dataset

Sample Ouput/Prediction :

Here is a couple of sample Ouput images from the program/model .

image

image

Result

image

image

Extension

image

References & Guidance