File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
load(' gTruthResizedTest.mat' );
26
26
27
27
% original datasource path, do not edit
28
- oldPathDataSource = convertCharsToStrings( gTruthResizedTest . DataSource ) ;
28
+ oldPathDataSource = " C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\testResized " ;
29
29
% new datasource path
30
30
newPathDataSource = " C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\testResized" ;
31
31
alterPaths = {[oldPathDataSource newPathDataSource ]};
40
40
load(' gTruthResizedTrain.mat' );
41
41
42
42
% your original datasource path
43
- oldPathDataSource = convertCharsToStrings(gTruthResizedVal .DataSource );
43
+ oldPathDataSource = convertCharsToStrings(gTruthResizedTrain .DataSource );
44
44
% new datasource path
45
45
newPathDataSource = " C:\Users\abshanka\Documents\Matlab\dl-objectDetection\dataset\trainResized" ;
46
46
You can’t perform that action at this time.
0 commit comments