OD-RCNN / dpd.159
antitheft159's picture
Create dpd.159
6c612cf verified
raw
history blame contribute delete
355 Bytes
doTraining = false;
if ~doTraining && ~exist("fasterRCNNResNet50EndToEndVehicleExample.mat","file")
disp("Downloading pretrained detector (118 MD)...");
pretrainedURL = "https://www.mathworks.com/supportfiles/vision/data/fasterRCNNResNet50EndToEndVehicleExample.mat";
websave("fasterRCNNResNet50EndToEndVehicleExample.mat",pretrainedURL);
end