Skip to content
Snippets Groups Projects
Commit 2ea86449 authored by ac_fx's avatar ac_fx
Browse files

format spec on ljsctc params

parent 0871246b
Branches
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ gtTraining=[gtRoot 'training/**/man_seg*.tif'];
ljsctc.gtTrainingPath=gtTraining;
if strcmp(trainOrChallenge,'training')
% this is passed to CTC scoring code
ljsctc.gtEvalPath = [gtRoot '_training/' datasetSpecifier '/' movieID '_GT'];
ljsctc.gtEvalPath = [gtRoot 'training/' datasetSpecifier '/' movieID '_GT'];
else
% this is passed to CTC scoring code
ljsctc.gtEvalPath = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment