Skip to content

Commit 43ae16c

Browse files
committed
bug fix
1 parent b47a9a2 commit 43ae16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/demo/demo_gui.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function demo_gui(set,user_path,varargin)
126126
class = dir(fullfile(project_path,'Mclassification'));
127127

128128
for j = 1:length(seg_overlap)
129-
load(fullfile(project_path,'segmentation',seg_name(i).name));
129+
load(fullfile(project_path,'segmentation',seg_name(j).name));
130130

131131
% Check the classification
132132
[error,name,classifications] = check_classification(project_path,segmentation_configs,class(2+j).name);

0 commit comments

Comments
 (0)