Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

VisDrone Dataset (YOLO Format)

Overview

This repository contains the VisDrone dataset converted into the YOLO (You Only Look Once) format. The VisDrone dataset is a large-scale benchmark for object detection, segmentation, and tracking in drone videos. The dataset includes a variety of challenging scenarios with diverse objects and backgrounds.

Dataset Details

  • Classes:
    • 0: pedestrian
    • 1: people
    • 2: bicycle
    • 3: car
    • 4: van
    • 5: truck
    • 6: tricycle
    • 7: awning-tricycle
    • 8: bus
    • 9: motor
    • 10: others

Dataset Structure

The dataset is organized as follows inside the ZIP file:

  • images/: Contains the image files for training, validation, and testing.
    • train/: Training images.
    • val/: Validation images.
    • test-dev/: Test images for development.
    • test-challenge/: Test images for the challenge (no labels).
  • labels/: Contains the corresponding label files in YOLO format.
    • train/: Labels for training images.
    • val/: Labels for validation images.
  • data.yaml: Configuration file, specifying paths to images and labels, and class names.
Downloads last month
6