Wheere can I find the fasterRCNNVehicleTrainingData.mat file?
7 次查看(过去 30 天)
显示 更早的评论
fasterRCNNVehicleTrainingData.mat
0 个评论
采纳的回答
Steven Lord
2018-1-3
It's a data file used by one of the examples in Computer Vision System Toolbox. I believe that example (and that data file) was introduced in release R2017a. If you have release R2017a or later and have Computer Vision System Toolbox installed, you should be able to simply load it.
更多回答(1 个)
Othman Khalifa
2021-5-3
data = load('fasterRCNNVehicleTrainingData.mat');
vehicleDataset = data.vehicleTrainingData;
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!