Skip to main content

Coconut tree detection from drone imagery

Project description

Object Detection on Aerial Imagery for Coconut Trees Detection

Coconut tree detection from drone imagery using YOLOv8, Yolov12, and RT_DERT models with OpenStreetMap labels and OpenAerialMap imagery.

Overview

  • OpenStreetMap point data: bounding boxes with buffer zones
  • Tile large aerial imagery (256×256 at 9cm/pixel): Source
  • Convert geographic coordinates to YOLO format
  • Train multiple models of YOLOv8 (nano, small, medium) on coconut trees from Kolovai, Tonga
  • Train Yolov12 and also RT-DERT.

Source: World Bank - Automated Feature Detection of Aerial Imagery from the South Pacific

Data

Statistics:

  • Original: 10,631 trees (Coconut: 10,092 | Mango: 261 | Banana: 181 | Papaya: 97)
  • Target: Coconut trees only
  • Tiles: 256×256px at zoom 19, EPSG:4326
  • Train/Val: 441 / 167 tiles (80/20 stratified split), but we did later 70,20,10 for train, val, test for hyperparameter tuning and improve model accuracy.

Structure

data/
├── raw/                # OAM imagery + OSM points
├── chips/              # 256×256 tiles (.tif)
├── labels/             # Per-tile annotations (.geojson)
└── yolo/
    ├── train/          # Training data (.png + .txt)
    ├── val/            # Validation data
    └── config.yaml     # YOLO config

notebooks/
├── experiment.ipynb         # including the dl4cv-oda package and all functions

Setup

curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/kshitijrajsharma/dl4cv-object-detection-on-aerial-imagery
cd dl4cv-object-detection-on-aerial-imagery
uv sync

Development ( version bump)

uv sync --extra dev
cz bump
git push --tags

Workflow

image

1. Clean OSM Data : Filter coconut trees, generate buffered bounding boxes

2. Tile Imagery : Create 256×256 tiles, clip labels to tile extents

3. YOLO Conversion : Transform coordinates (EPSG:4326 : pixels : normalized [0,1])

row, col = src.index(lon, lat)  # rasterio
x_norm = col / img_width
y_norm = row / img_height

4. Train : YOLOv8n, 100 epochs, batch 16

from ultralytics import YOLO
model = YOLO('yolov8n.pt')
model.train(data='data/yolo/config.yaml', epochs=100, imgsz=256, batch=16)

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dl4cv_oda-0.1.4.tar.gz (4.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dl4cv_oda-0.1.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file dl4cv_oda-0.1.4.tar.gz.

File metadata

  • Download URL: dl4cv_oda-0.1.4.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dl4cv_oda-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d44533bedcd5cf22d87dfa18e2700ae7aa776b2717647a174ca6f372f142884b
MD5 014147bb2cf4420ac2f267a2a2d8001b
BLAKE2b-256 20b836957eef7b68bbe0d9ffb46147b7ec56120285e6f8cdfa9b95145d021fd1

See more details on using hashes here.

File details

Details for the file dl4cv_oda-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: dl4cv_oda-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dl4cv_oda-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bd7b4e900130167847b8c7f3c72d61495dcd099c294ad70590351403e55e58dc
MD5 7d356fe21ae9ab53bf7ae36427486381
BLAKE2b-256 ff38c7c7af378a6cb1682f32ba035f9464645a352d5f1c355a5b03da4d84430b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page