CoolFace
Datasetpublic

P1utoKing/CS-UY-4613-AI-Assignment-3-Detections

CS-UY-4613 AI Assignment 3 – Drone Detection Frames Overview This dataset contains sample frames extracted from drone videos and processed using a YOLOv8-based object detection pipeline. Each frame includes detected drone bounding boxes overlaid on the image. The dataset is stored in Parquet format and is designed for efficient loading and visualization using the Hugging Face datasets library. Dataset Structure Each entry in the dataset contains:… See the full description on the dataset page: https://huggingface.co/datasets/P1utoKing/CS-UY-4613-AI-Assignment-3-Detections.

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes2downloads
Dataset Card

CS-UY-4613 AI Assignment 3 – Drone Detection Frames

Overview

This dataset contains sample frames extracted from drone videos and processed using a YOLOv8-based object detection pipeline. Each frame includes detected drone bounding boxes overlaid on the image.

The dataset is stored in Parquet format and is designed for efficient loading and visualization using the Hugging Face datasets library.


Dataset Structure

Each entry in the dataset contains:

  • video: Name of the source video
  • frame: Frame filename
  • image: Image data (with detection bounding boxes overlaid)