convert txt to mat

it2023-05-30  65

clear startup save('valid.mat','annot') load center.txt save ('annot','center')

load scale.txt save ( 'annot','scale','-append')

load imagename.txt save ('annot','imagename','-append')

最新回复(0)