Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
fasterRCNNVehicleTrainingData.mat

Respuesta aceptada

Steven Lord
Steven Lord el 3 de En. de 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.

Más respuestas (1)

Othman Khalifa
Othman Khalifa el 3 de Mayo de 2021
data = load('fasterRCNNVehicleTrainingData.mat');
vehicleDataset = data.vehicleTrainingData;

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by