全新中国交通标志检测数据集2021—CCTSDB 2021: A More Comprehensive Traffic SignDetection Benchmark(全新分类-多算法测评)

CCTSDB 2021 重磅发布!

全新数据集!全新分类!多种算法测评!

欢迎大家使用!

数据集发布网址:GitHub - csust7zhangjm/CCTSDB2021

论文原文:HCIS | All Issue

Human-Centric Computing and Information Sciences 期刊JCR Q1,中科院二区。

 

数据集下载链接:

链接:百度网盘 请输入提取码

提取码:nygx

 

使用数据集请帮忙引用原作者论文:

[1] Jianming Zhang, Xin Zou, Li-Dan Kuang, Jin Wang, R. Simon Sherratt, Xiaofeng Yu. CCTSDB 2021: A more comprehensive traffic sign detection benchmark. Human-centric Computing and Information Sciences, 2022, vol. 12, Article number: 23. DOI: 10.22967/HCIS.2022.12.023.

[2] Jianming Zhang, Wei Wang, Chaoquan Lu, Jin Wang, Arun Kumar Sangaiah. Lightweight deep network for traffic sign classification. Annals of Telecommunications, 2020, vol. 75, no. 7-8, pp. 369-379. DOI: 10.1007/s12243-019-00731-9.

[3] Jianming Zhang, Zhipeng Xie, Juan Sun, Xin Zou, Jin Wang. A cascaded R-CNN with multiscale attention and imbalanced samples for traffic sign detection. IEEE Access, 2020, vol. 8, pp. 29742-29754. DOI: 10.1109/ACCESS.2020.2972338.

摘要译文:

摘要
交通标志是引导汽车行驶的最重要信息之一,交通标志的检测是自主驾驶和智能交通系统的重要组成部分。构建一个具有多个样本和足够属性类别的交通标志数据集将推动交通标志检测研究的发展。在本文中,我们提出了一个新的中国交通标志检测基准,该基准在CCTSDB 2017的基础上添加了4000多幅真实交通场景图像和相应的详细注释,并用困难的样本替换了许多原始的易检测图像,以适应复杂多变的检测环境。由于困难样本数量的增加,新的基准测试与旧版本相比可以在一定程度上提高检测网络的鲁棒性。同时,我们创建了新的专用测试集,并根据三个方面对其进行分类:类别含义、符号大小和天气条件。最后,我们在新的基准上对九种经典的交通标志检测算法进行了综合评价。我们提出的基准测试可以帮助确定该算法未来的研究方向,并开发出更精确的交通标志检测算法,具有更高的鲁棒性和实时性。

原文摘要:

Abstract
Traffic signs are one of the most important information that guide cars to travel, and the detection of traffic signs is an important component of autonomous driving and intelligent transportation systems. Constructing a traffic sign dataset with many samples and sufficient attribute categories will promote the development of traffic sign detection research. In this paper, we propose a new Chinese traffic sign detection benchmark, which adds more than 4,000 real traffic scene images and corresponding detailed annotations based on our CCTSDB 2017, and replaces many original easily-detected images with difficult samples to adapt to the complex and changing detection environment. Due to the increase of the number of difficult samples, the new benchmark can improve the robustness of the detection network to some extent compared to the old version. At the same time, we create new dedicated test sets and categorize them according to three aspects: category meanings, sign sizes, and weather conditions. Finally, we present a comprehensive evaluation of nine classic traffic sign detection algorithms on the new benchmark. Our proposed benchmark can help determine the future research direction of the algorithm and develop a more precise traffic sign detection algorithm with higher robustness and real-time performance.

网站译文:

在cctsdb 2021数据集中,训练集和阳性样本测试集共有17856幅图像。图像中的交通标志按其含义分为强制、禁止和警告。
共有16356个编号为00000-18991的训练集图像。
阳性样本测试集有1500幅图像,编号18992-20491。
“XML”压缩包存储训练集和阳性样本测试集的XML格式注释文件。
“train\u img”压缩包存储训练集图像。
“train\u labels”压缩包存储训练集的TXT格式注释文件。
“test\u img”压缩包存储阳性样本测试集图像。
“基于天气和环境的分类”压缩包存储根据天气和照明条件分类的阳性样本测试集的XML格式注释文件。
“基于交通标志大小分类”压缩包存储根据图像中交通标志大小分类的阳性样本测试集的XML格式注释文件。
“负片样本”包含500幅负片样本图像。

原网站内容:

In cctsdb 2021 dataset, there are 17856 images in training set and positive sample test set. The traffic signs in the image are divided into mandatory, prohibitory and warning according to their meanings.
There are 16356 training set images numbered 00000-18991.
The positive sample test set has 1500 images numbered 18992-20491.
The "XML" compressed package stores the XML format annotation files of training set and positive sample test set.
The "train_img" compressed package stores the training set images.
The "train_labels" compressed package stores the TXT format annotation file of the training set.
The "test_img" compressed package stores the positive sample test set image.
The "classification based on weather and environment" compressed package stores the XML format annotation file of the positive sample test set classified according to the weather and lighting conditions.
The "classification based on size of traffic signs" compressed package stores the XML format annotation file of the positive sample test set classified according to the size of traffic signs in the image.
"Negative samples" contains 500 negative sample images.

  • 9
    点赞
  • 113
    收藏
    觉得还不错? 一键收藏
  • 7
    评论
HPO-B是一个基于OpenML的大规模可复现的黑盒超参数优化(HPO)基准。超参数优化是机器学习中非常重要的一环,它涉及在给定的模型框架下选择最优的超参数配置,以提高模型的性能和泛化能力。 HPO-B基准的目的是为了提供一个可靠且可复现的平台,用于评估不同HPO方法的效果。通过使用OpenML作为基础数据集算法库,HPO-B能够提供广泛的机器学习任务和模型,从而覆盖不同领域的实际应用。 HPO-B基准的黑盒性质意味着它仅仅观察模型的输入和输出,而不考虑模型内部的具体实现。这种设置模拟了现实世界中许多机器学习任务的情况,因为在实际应用中,我们通常无法获得关于模型的全部信息。 HPO-B基准旨在解决现有HPO方法的一些挑战,例如难以比较和复制不同方法之间的实验结果。它通过提供标准任务、固定的训练-验证-测试数据分割方式和一致的评估协议,使得不同方法之间的比较更加公平和可靠。 通过使用HPO-B基准,研究人员和从业者可以在统一的实验环境中进行黑盒超参数优化方法的评估和对比。这有助于推动该领域的发展,促进更好的超参数优化算法的提出和运用。 总而言之,HPO-B是一个基于OpenML的大规模可复现的黑盒超参数优化基准,旨在解决现有方法比较困难和结果复现性差的问题,并推动超参数优化算法的发展。它为机器学习任务提供了一个统一的实验平台,以评估不同方法在不同领域的性能。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值