91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

用于自己保存OTB數(shù)據(jù)集的結(jié)果,將生成的.mat文件拷貝到benchmark中就可以進(jìn)行實(shí)驗(yàn)分析。本代碼以groundtruth為例。使用參考博客:https://blog.csdn.net/qq_17783559/article/details/90485701

資源截圖

代碼片段和文件信息

function?[seq?ground_truth]?=?load_video_info(video_pathflag)

if?flag
????ground_truth?=?dlmread([video_path?‘/groundtruth_rect.‘?num2str(flag)?‘.txt‘]);
else
????ground_truth?=?dlmread([video_path?‘/groundtruth_rect.txt‘]);
end

seq.len?=?size(ground_truth?1);
seq.init_rect?=?ground_truth(1:);

img_path?=?[video_path?‘/img/‘];

img_files?=?dir(fullfile(img_path?‘*.jpg‘));
%?img_files?=?img_files(4:end);
img_files?=?{img_files.name};
%?img_files?=?[img_path?img_files];
%?if?exist([img_path?num2str(1?‘%04i.png‘)]?‘file‘)
%?????img_files?=?num2str((1:seq.len)‘?[img_path?‘%04i.png‘]);
%?elseif?exist([img_path?num2str(1?‘%04i.jpg‘)]?‘file‘)
%?????img_files?=?num2str((1:seq.len)‘?[img_path?‘%04i.jpg‘]);
%?elseif?exist([img_path?num2str(1?‘%04i.bmp‘)]?‘file‘)
%?????img_files?=?num2str((1:seq.len)‘?[img_path?‘%04i.bmp‘]);
%?else
%?????error(‘No?image?files?to?load.‘)
%?end

seq.s_frames?=?cellstr(img_files);

end


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-23?23:32??SaveOTBresults\
?????文件?????????970??2019-05-23?21:42??SaveOTBresults\load_video_info.m
?????目錄???????????0??2019-05-23?22:36??SaveOTBresults\results\
?????文件????????1929??2019-05-23?23:46??SaveOTBresults\results\Basketball_GT.mat
?????文件????????1052??2019-05-23?23:46??SaveOTBresults\results\Bolt_GT.mat
?????文件????????2710??2019-05-23?23:46??SaveOTBresults\results\Boy_GT.mat
?????文件????????2592??2019-05-23?23:46??SaveOTBresults\results\Car4_GT.mat
?????文件?????????902??2019-05-23?23:46??SaveOTBresults\results\CarDark_GT.mat
?????文件????????1391??2019-05-23?23:46??SaveOTBresults\results\CarScale_GT.mat
?????文件????????1103??2019-05-23?23:46??SaveOTBresults\results\Coke_GT.mat
?????文件?????????852??2019-05-23?23:46??SaveOTBresults\results\Couple_GT.mat
?????文件?????????744??2019-05-23?23:46??SaveOTBresults\results\Crossing_GT.mat
?????文件????????1470??2019-05-23?23:46??SaveOTBresults\results\David2_GT.mat
?????文件?????????994??2019-05-23?23:46??SaveOTBresults\results\David3_GT.mat
?????文件????????1908??2019-05-23?23:46??SaveOTBresults\results\David_GT.mat
?????文件?????????715??2019-05-23?23:46??SaveOTBresults\results\Deer_GT.mat
?????文件????????2952??2019-05-23?23:46??SaveOTBresults\results\Dog1_GT.mat
?????文件???????12706??2019-05-23?23:46??SaveOTBresults\results\Doll_GT.mat
?????文件????????2175??2019-05-23?23:46??SaveOTBresults\results\Dudek_GT.mat
?????文件????????3163??2019-05-23?23:46??SaveOTBresults\results\Faceocc1_GT.mat
?????文件????????2706??2019-05-23?23:46??SaveOTBresults\results\Faceocc2_GT.mat
?????文件????????1339??2019-05-23?23:46??SaveOTBresults\results\Fish_GT.mat
?????文件????????2278??2019-05-23?23:46??SaveOTBresults\results\Fleetface_GT.mat
?????文件?????????598??2019-05-23?23:46??SaveOTBresults\results\Football1_GT.mat
?????文件????????1340??2019-05-23?23:46??SaveOTBresults\results\Football_GT.mat
?????文件????????1102??2019-05-23?23:46??SaveOTBresults\results\Freeman1_GT.mat
?????文件????????1792??2019-05-23?23:46??SaveOTBresults\results\Freeman3_GT.mat
?????文件????????1179??2019-05-23?23:46??SaveOTBresults\results\Freeman4_GT.mat
?????文件????????1706??2019-05-23?23:46??SaveOTBresults\results\Girl_GT.mat
?????文件????????1029??2019-05-23?23:46??SaveOTBresults\results\Ironman_GT.mat
?????文件????????1276??2019-05-23?23:46??SaveOTBresults\results\Jogging-1_GT.mat
............此處省略24個文件信息

評論

共有 條評論