Spaces:
Running on Zero
Running on Zero
File size: 945 Bytes
698d5b1 36dac13 698d5b1 36dac13 698d5b1 36dac13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
title: YOLOv26n VisDrone Detection
emoji: 🚁
colorFrom: gray
colorTo: purple
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
short_description: Drone/aerial object detection with YOLOv26n on VisDrone
python_version: "3.12"
startup_duration_timeout: 30m
models:
- dronefreak/visdrone-yolov26n
tags:
- object-detection
- yolo
- drone
- aerial
- visdrone
- ultralytics
---
# YOLOv26n VisDrone Object Detection
This Space runs [dronefreak/visdrone-yolov26n](https://huggingface.co/dronefreak/visdrone-yolov26n), a lightweight 2.6M-parameter YOLOv26n object detector fine-tuned on the VisDrone benchmark for aerial/drone imagery.
## Detected Classes
pedestrian, people, bicycle, car, van, truck, tricycle, awning-tricycle, bus, motor
## How to use
1. Upload a drone/aerial image (or pick an example below).
2. Adjust confidence / IoU thresholds if needed (collapsed under *Detection Settings*).
3. Click **Detect Objects**. |