Wheere can I find the fasterRCNN​VehicleTra​iningData.​mat file?

13 次查看(过去 30 天)
fasterRCNNVehicleTrainingData.mat

采纳的回答

Steven Lord
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
Othman Khalifa 2021-5-3
data = load('fasterRCNNVehicleTrainingData.mat');
vehicleDataset = data.vehicleTrainingData;

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by