comparison nonExposed/generateScene.m @ 31:3c29a652e441

removing spurious ls
author Mathieu Lagrange <mathieu.lagrange@cnrs.fr>
date Mon, 22 May 2017 10:19:52 +0200
parents 3d6dd8ae0b38
children 39399de892ef
comparison
equal deleted inserted replaced
30:58ad632e9c12 31:3c29a652e441
150 end 150 end
151 151
152 sceneSchedule(id2remove)=[]; 152 sceneSchedule(id2remove)=[];
153 % checkClassPresence(sceneSchedule,sceneObjects); 153 % checkClassPresence(sceneSchedule,sceneObjects);
154 154
155
155 save ([outputPath 'annotation/' outputFileName '.mat'],'score', 'sceneObjects', 'sceneSchedule','dominantTrack', 'dominantObject','simulatedEBR'); 156 save ([outputPath 'annotation/' outputFileName '.mat'],'score', 'sceneObjects', 'sceneSchedule','dominantTrack', 'dominantObject','simulatedEBR');
156 saveAnnotationTxt(sceneSchedule,outputPath,outputFileName); 157 saveAnnotationTxt(sceneSchedule,outputPath,outputFileName);
157 158
158 w = sum(tracks,1); 159 w = sum(tracks,1);
159 if norm %Normalize to [-norm,norm] 160 if norm %Normalize to [-norm,norm]