数据集:
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
This dataset was exported via roboflow.ai on March 30, 2022 at 3:11 PM GMT
It includes 250 images. Planes are annotated in COCO format.
The following pre-processing was applied to each image:
No image augmentation techniques were applied.