Skip to content

Commit 9b49db1

Browse files
committed
edited adjustGroundTruthPaths.m to point to the correct original data source path
1 parent 014e402 commit 9b49db1

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

adjustGroundTruthPaths.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
%% Run this script to adjust the paths for all the gTruth Data Objects
2-
% clc
3-
% clear
2+
clc
3+
clear
44

55

66

77
load('gTruthResizedVald.mat');
88

9-
% your original datasource path
9+
% original datasource path, do not edit
1010
oldPathDataSource = fullfile("C:","Sandbox","DLODFX","deepLearningForObjectDetection","RoboSubFootage","valResized");
1111

12-
% new datasource path
12+
% new datasource path, edit with the appropriate location
1313
newPathDataSource = fullfile("RoboSubFootage","valResized");
1414

1515
alterPaths = {[oldPathDataSource newPathDataSource]};
@@ -24,8 +24,8 @@
2424

2525
load('gTruthResizedTest.mat');
2626

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");
2929
% new datasource path
3030
newPathDataSource = fullfile("RoboSubFootage","testResized");
3131

@@ -41,7 +41,7 @@
4141
load('gTruthResizedTrain.mat');
4242

4343
% 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");
4545
% new datasource path
4646
newPathDataSource = fullfile("RoboSubFootage","trainResized");
4747

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design" />
5+
</Category>
6+
</Info>

0 commit comments

Comments
 (0)