keremberke/pothole-segmentation
收藏资源简介:
该数据集主要用于图像分割任务,特别是检测道路上的坑洞。数据集包含90张图片,分为训练集(80张)、验证集(5张)和测试集(5张)。所有图片都标注了坑洞,标注格式为COCO。数据集未应用任何图像增强技术,是通过Roboflow平台导出的。数据集的使用指南、引用信息和许可证也在README文件中提供。
This dataset is primarily intended for image segmentation tasks, specifically for detecting potholes on roads. It consists of 90 images, split into a training set (80 images), a validation set (5 images), and a test set (5 images). All images are annotated with potholes, and the annotation format adheres to the COCO standard. No image augmentation techniques were applied to this dataset, which was exported via the Roboflow platform. Usage guidelines, citation information, and the license of the dataset are all provided in the README file.
数据集概述
任务类别
- 图像分割
标签
pothole
图像数量
- 训练集:80张
- 验证集:5张
- 测试集:5张
使用方法
-
安装
datasets库: bash pip install datasets -
加载数据集: python from datasets import load_dataset ds = load_dataset("keremberke/pothole-segmentation", name="full") example = ds[train][0]
许可证
- CC BY 4.0




