Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
fasterRCNNVehicleTrainingData.mat

Akzeptierte Antwort

Steven Lord
Steven Lord am 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.

Weitere Antworten (1)

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

Kategorien

Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by