I want to build an object recognition system based on CNN. I've collected a database, and I want to apply the steps mentioned in the following example: https://www.mathworks.com/help/vision/examples/object-detection-using-faster-r-cnn-deep-learning.html In this example, there is this code that aims to load the vehicle data : data = load('fasterRCNNVehicleTrainingData.mat'); vehicleDataset = data.vehicleTrainingData; I want to know how can I create this file for my dataset.
John Michell answered .
2025-11-20