Skip to content

Commit 2fe2e82

Browse files
author
Abhishek Shankar
committed
updated typo in adjustGroundTruthPaths
1 parent 5f73785 commit 2fe2e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adjustGroundTruthPaths.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
load('gTruthResizedTest.mat');
2626

2727
% original datasource path, do not edit
28-
oldPathDataSource = convertCharsToStrings(gTruthResizedTest.DataSource);
28+
oldPathDataSource = "C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\testResized";
2929
% new datasource path
3030
newPathDataSource = "C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\testResized";
3131
alterPaths = {[oldPathDataSource newPathDataSource]};
@@ -40,7 +40,7 @@
4040
load('gTruthResizedTrain.mat');
4141

4242
% your original datasource path
43-
oldPathDataSource = convertCharsToStrings(gTruthResizedVal.DataSource);
43+
oldPathDataSource = convertCharsToStrings(gTruthResizedTrain.DataSource);
4444
% new datasource path
4545
newPathDataSource = "C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\trainResized";
4646

0 commit comments

Comments
 (0)