|
1 | 1 | %% Run this script to adjust the paths for all the gTruth Data Objects
|
2 |
| -% clc |
3 |
| -% clear |
| 2 | +clc |
| 3 | +clear |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 | load('gTruthResizedVald.mat');
|
8 | 8 |
|
9 |
| -% your original datasource path |
| 9 | +% original datasource path, do not edit |
10 | 10 | oldPathDataSource = fullfile("C:","Sandbox","DLODFX","deepLearningForObjectDetection","RoboSubFootage","valResized");
|
11 | 11 |
|
12 |
| -% new datasource path |
| 12 | +% new datasource path, edit with the appropriate location |
13 | 13 | newPathDataSource = fullfile("RoboSubFootage","valResized");
|
14 | 14 |
|
15 | 15 | alterPaths = {[oldPathDataSource newPathDataSource]};
|
|
24 | 24 |
|
25 | 25 | load('gTruthResizedTest.mat');
|
26 | 26 |
|
27 |
| -% your original datasource path |
28 |
| -oldPathDataSource = fullfile("C:","Sandbox","DLODFX","deepLearningForObjectDetection","RoboSubFootage","testResized"); |
| 27 | +% original datasource path, do not edit |
| 28 | +oldPathDataSource = fullfile("C:","MYWORK","deep-learning-for-object-detection","ObjectDetectionDLFX","RoboSubFootage","testResized"); |
29 | 29 | % new datasource path
|
30 | 30 | newPathDataSource = fullfile("RoboSubFootage","testResized");
|
31 | 31 |
|
|
41 | 41 | load('gTruthResizedTrain.mat');
|
42 | 42 |
|
43 | 43 | % your original datasource path
|
44 |
| -oldPathDataSource = fullfile("C:","Sandbox","DLODFX","deepLearningForObjectDetection","RoboSubFootage","trainResized"); |
| 44 | +oldPathDataSource = fullfile("C:","MYWORK","deep-learning-for-object-detection","ObjectDetectionDLFX","RoboSubFootage","trainResized"); |
45 | 45 | % new datasource path
|
46 | 46 | newPathDataSource = fullfile("RoboSubFootage","trainResized");
|
47 | 47 |
|
|
0 commit comments