Skip to content

Commit b47a9a2

Browse files
committed
bug fix
1 parent c05b4f2 commit b47a9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

results/demo/demo_gui.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +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));
129130

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

0 commit comments

Comments
 (0)