训练ACF检测器检测停止交通标志:Train a Stop Sign Detector Using an ACF Object Detector

Train a Stop Sign Detector Using an ACF Object Detector
训练ACF检测器检测停止交通标志
Use the trainACFObjectDetector with training images to create an ACF object detector that can detect stop signs. Test the detector with a separate image.
用trainACFObjectDetector和训练图像,做一个检测停止标志的ACF检测器,然后用另外的图像进行测试;

Load the training data.
load('stopSignsAndCars.mat')

Select the ground truth for stop signs. These ground truth is the set of known locations of stop signs in the images.
选择停止标志的真实数据,这些真实数据是图像中已知的停止标志的坐标位置;

stopSigns = stopSignsAndCars(:,1:2);

Add the full path to the image files.
添加训练图像的路径;

stopSigns.imageFilename = fullfile(toolboxdir('vision'),...
    'visiondata',stopSigns.imageFilename);

Train the ACF detector. You can turn off the training progress output by specifying ‘Verbose’,f

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值