Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
640
640
End of preview. Expand in Data Studio

ATEC2026 Object Detection Dataset

Simulated RGB images with YOLO-format bounding box labels for the ATEC2026 Simulation Challenge.

Dataset Details

  • Total images: 1000 (850 train / 150 val)
  • Image size: 640x480
  • Classes: banana, box (sugar), mustard
  • Cameras: ee_camera, head_camera
  • Annotation format: YOLO (normalized center_x, center_y, width, height)

Usage

from ultralytics import YOLO
model = YOLO("yolo26n.pt")
model.train(data="yolo_dataset/dataset.yaml", epochs=100)

Directory Structure

β”œβ”€β”€ metadata.json          # Dataset statistics and config
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ train/             # 850 training images
β”‚   └── val/               # 150 validation images
β”œβ”€β”€ yolo_dataset/
β”‚   β”œβ”€β”€ dataset.yaml       # YOLO dataset config
β”‚   └── labels/            # YOLO format labels
└── label/                 # Raw label archive
Downloads last month
2,342