数据集:

keremberke/plane-detection

英文

数据集标签

['planes']

图像数量

{'test': 25, 'valid': 50, 'train': 175}

如何使用

pip install datasets
  • 加载数据集:
from datasets import load_dataset

ds = load_dataset("keremberke/plane-detection", name="full")
example = ds['train'][0]

Roboflow 数据集页面

https://universe.roboflow.com/skybot-cam/overhead-plane-detector/dataset/4

引用

@misc{ overhead-plane-detector_dataset,
    title = { Overhead Plane Detector Dataset },
    type = { Open Source Dataset },
    author = { SkyBot Cam },
    howpublished = { \\url{ https://universe.roboflow.com/skybot-cam/overhead-plane-detector } },
    url = { https://universe.roboflow.com/skybot-cam/overhead-plane-detector },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2022 },
    month = { jan },
    note = { visited on 2023-01-27 },
}

许可证

CC BY 4.0

数据集摘要

此数据集于2022年3月30日GMT时间下午3:11通过roboflow.ai导出

它包含250张图像。飞机以COCO格式进行了注释。

如下的预处理应用于每个图像:

没有应用图像增强技术。