antitheft159 commited on
Commit
6c612cf
·
verified ·
1 Parent(s): c9a9c69

Create dpd.159

Browse files
Files changed (1) hide show
  1. dpd.159 +6 -0
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