数据集:
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]
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格式进行了注释。
如下的预处理应用于每个图像:
没有应用图像增强技术。