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

8 views (last 30 days)
fasterRCNNVehicleTrainingData.mat

Accepted Answer

Steven Lord
Steven Lord on 3 Jan 2018
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.

More Answers (1)

Othman Khalifa
Othman Khalifa on 3 May 2021
data = load('fasterRCNNVehicleTrainingData.mat');
vehicleDataset = data.vehicleTrainingData;

Categories

Find more on Computer Vision Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!