MATLAB 帮助中心
Percentage of data read from a datastore
progress(ds)
progress(ds) returns a fraction between 0.0 and 1.0 to indicate the percentage of data read from the datastore.
ds
example
collapse all
Load training data that contains bounding boxes with labels for vehicles.
data = load('vehicleTrainingData.mat'); trainingData = data.vehicleTrainingData;
Add fullpath to the local vehicle data folder.
dataDir = fullfile(toolboxdir('vision'), 'visiondata'); trainingData.imageFilename = fullfile(dataDir,... trainingData.imageFilename); blds = boxLabelDatastore(trainingData(:,2:end));
Read a couple of times, before looking at the progress.
read(blds); read(blds);
See the progress made by the boxLabelDatastore.
preview(blds)
ans=1×2 cell array {[126 78 20 16]} {[vehicle]}
boxLabelDatastore
Datastore with labeled data for training a semantic segmentation network or an object detection network, specified as a boxLabelDatastore object.
Introduced in R2019b
objectDetectorTrainingData
datastore
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处