Skip to content

h9zdev/H9Hawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerial Object Detection with YOLOv11

A deep learning model for aerial object detection using YOLOv11.

YOLOv11

License: CC BY-NC 4.0 Kaggle

Description

🛰️ Detect objects from aerial images with our YOLOv11 model! 🚁 Powered by PyTorch 🔥, this tool analyzes aerial footage to identify various objects. 🚀 Upload an image and get instant predictions with confidence scores! ✨

Overview

This project provides a Jupyter Notebook that demonstrates how to train a YOLOv11 model for aerial object detection on the VisDrone dataset. The notebook covers the entire process, from setting up the environment to training the model and evaluating its performance.

🔍 Features

  • Automatic detection of objects in aerial images
  • Support for multiple object classes
  • User-friendly Jupyter Notebook for easy experimentation
  • High-accuracy object detection using YOLOv11

📋 Table of Contents

🔧 Installation

Prerequisites

  • Python 3.7+
  • pip (Python package installer)
  • Jupyter Notebook or JupyterLab

Steps

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
  2. Install required dependencies:

    pip install -r requirements.txt
  3. Download the dataset: The notebook uses the VisDrone dataset, which is downloaded from Kaggle.

Usage

  1. Open the Jupyter Notebook:

    jupyter notebook aerial_object_detection.ipynb
  2. Run the cells: Execute the cells in the notebook to train the model and see the results.

🧠 Model

This project uses the YOLOv11 object detection model. The model architecture consists of:

  • A backbone for feature extraction
  • A neck for feature fusion
  • A head for object detection

The pre-trained model is fine-tuned on the VisDrone dataset for aerial object detection.

📊 Dataset

The model was trained on the VisDrone dataset, which contains images and annotations for various object categories. https://www.kaggle.com/code/haydenbanz/aerial-object-detection-git?kernelSessionId=252036752

📜 License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. See the LICENSE file for more details.

Unauthorized commercial use is strictly prohibited.

👥 Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors