Skip to content
Snippets Groups Projects
Commit 41217895 authored by Andrew Cohen's avatar Andrew Cohen
Browse files

empty res file on ensembleSegValidateAll

parent 12c248f2
No related branches found
No related tags found
No related merge requests found
gtPath='g:\gRaw\ctc2020';
outfolder='g:\ctcEvalEnsemble'
outfolder='f:\ctcEvalEnsemble'
ROOT='f:\leverjs\ctc2020\';
flist=dir(fullfile(ROOT,'**/*training*.LEVER'));
targets={'Fluo-N2DH-GOWT','Fluo-N2DH-SIM+','Fluo-N2DL-HeLa','PhC-C2DL-PSC',...
'Fluo-N3DH-CHO_training_01'};
load 'resEnsemble.mat'
% res=[];
% res1=[];
% resEnsemble=[];
% targets={'Fluo-N2DH-GOWT','Fluo-N2DH-SIM+','Fluo-N2DL-HeLa','PhC-C2DL-PSC',...
% 'Fluo-N3DH-CHO_training_01'};
targets={'Fluo-N2DL-HeLa_training_01'};
% load 'resEnsemble.mat'
res=[];
res1=[];
resEnsemble=[];
for ff=1:length(flist)
......@@ -23,7 +23,7 @@ for ff=1:length(flist)
end
targetName=strrep(flist(ff).name,'_training','');
targetName=strrep(targetName,'.LEVER','');
if find(cellfun(@(x) ~isempty(x),strfind(res.name,targetName)))
if ~isempty(res) && find(cellfun(@(x) ~isempty(x),strfind(res.name,targetName)))
continue
end
if exist(outfolder,'dir')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment