Create dpd.159
Browse files
dpd.159
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
doTraining = false;
|
| 2 |
+
if ~doTraining && ~exist("fasterRCNNResNet50EndToEndVehicleExample.mat","file")
|
| 3 |
+
disp("Downloading pretrained detector (118 MD)...");
|
| 4 |
+
pretrainedURL = "https://www.mathworks.com/supportfiles/vision/data/fasterRCNNResNet50EndToEndVehicleExample.mat";
|
| 5 |
+
websave("fasterRCNNResNet50EndToEndVehicleExample.mat",pretrainedURL);
|
| 6 |
+
end
|