The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
Specifly: 50K Augmented Agricultural Insect Dataset
This dataset contains 49,680 augmented RGB images of agricultural pests and beneficial insects across 21 biological taxa, generated and annotated via Roboflow.
Dataset Overview
- Total Images: 49,680
- Primary Task: Multi-class Insect Detection (YOLOv8 bounding boxes) & Fine-Grained Classification
- Domain: Agricultural crop protection, entomology, and autonomous farm robotics
Species / Classes Covered (21 Taxa)
antaphidbeesbutterflycaterpillarcicadadragonflygrasshoppergreen_lacewingladybugleafhoppermantismole_cricketplanthopperrhino_beetlerice_bugspiderstem_borerstink_bugundefinedweevil
How to Access & Download Dataset
Option 1: Direct Roboflow SDK Integration
from roboflow import Roboflow
rf = Roboflow(api_key="YOUR_ROBOFLOW_KEY")
project = rf.workspace("specifly").project("specifly-3-rwm7i")
version = project.version(1)
dataset = version.download("yolov8")
Option 2: Pre-trained Models
You can utilize the models trained on this dataset directly from Hugging Face Hub:
- Vision Transformer (ViT) Classifier:
Mustafa5645344/insect-detection-vit - YOLOv8 Detector:
Mustafa5645344/insect-detection-yolov8
- Downloads last month
- 27