-
大小: 0.41M文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-02-12
- 語言: Matlab
- 標簽: VOCdevkit??VOC??matlab??stagey7y??2012_devkit??PASCAL-VOC20??
資源簡介
pascal voc2012工具,物體識別框架,值得收藏!
代碼片段和文件信息
%?Creates?segmentation?results?from?detection?results.?
%?CREATE_SEGMENTATIONS_FROM_DETECTIONS(ID)?creates?segmentations?from?
%?the?detection?results?with?identifier?ID?e.g.?‘comp3‘.?All?detections
%?will?be?used?no?matter?what?their?confidence?level.?Detections?are
%?ranked?by?increasing?confidence?so?more?confident?detections?occlude
%?less?confident?detections.
%
%?CREATE_SEGMENTATIONS_FROM_DETECTIONS(ID?CONFIDENCE)?as?above?but?only?
%?detections?above?the?specified?confidence?will?be?used.??
function?create_segmentations_from_detections(idconfidence)
if?nargin<2
????confidence?=?-inf;
end
%?change?this?path?if?you?install?the?VOC?code?elsewhere
addpath([cd?‘/VOCcode‘]);
%?initialize?VOC?options
VOCinit;?
%?load?detection?results?
n=0;
for?clsnum?=?1:VOCopts.nclasses
????%?d
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3469??2009-08-01?16:18??VOC2012devkit\create_segmentations_from_detections.m
?????文件?????425744??2012-05-18?16:46??VOC2012devkit\devkit_doc.pdf
?????文件???????2705??2011-05-17?20:36??VOC2012devkit\example_action.m
?????文件???????2672??2012-05-18?16:47??VOC2012devkit\example_action_nobb.m
?????文件???????2873??2010-05-03?01:01??VOC2012devkit\example_classifier.m
?????文件???????4488??2010-05-04?22:48??VOC2012devkit\example_detector.m
?????文件???????2918??2010-05-04?01:43??VOC2012devkit\example_layout.m
?????文件????????478??2010-05-04?00:01??VOC2012devkit\example_segmenter.m
?????文件??????????0??2008-04-10?17:39??VOC2012devkit\local\VOC2012\_dummy
?????文件??????????0??2010-05-03?18:44??VOC2012devkit\results\VOC2012\Action\_dummy
?????文件??????????0??2007-04-07?23:30??VOC2012devkit\results\VOC2012\Layout\_dummy
?????文件??????????0??2007-04-07?23:30??VOC2012devkit\results\VOC2012\Main\_dummy
?????文件??????????0??2007-04-07?23:30??VOC2012devkit\results\VOC2012\Segmentation\_dummy
?????文件???????3106??2011-05-25?20:19??VOC2012devkit\viewanno.m
?????文件???????3596??2009-05-10?03:21??VOC2012devkit\viewdet.m
?????文件????????224??2006-02-08?22:43??VOC2012devkit\VOCcode\PASemptyob
?????文件????????134??2006-01-11?19:13??VOC2012devkit\VOCcode\PASemptyrecord.m
?????文件????????297??2006-01-11?19:13??VOC2012devkit\VOCcode\PASerrmsg.m
?????文件????????210??2007-03-14?19:28??VOC2012devkit\VOCcode\PASreadrecord.m
?????文件???????3179??2007-03-14?19:27??VOC2012devkit\VOCcode\PASreadrectxt.m
?????文件????????224??2010-05-04?23:22??VOC2012devkit\VOCcode\VOCap.m
?????文件???????1340??2010-05-04?23:24??VOC2012devkit\VOCcode\VOCevalaction.m
?????文件???????1172??2010-05-04?23:22??VOC2012devkit\VOCcode\VOCevalcls.m
?????文件???????3331??2010-05-04?23:23??VOC2012devkit\VOCcode\VOCevaldet.m
?????文件???????3729??2010-05-04?23:24??VOC2012devkit\VOCcode\VOCevallayout_pr.m
?????文件???????3330??2008-04-14?21:22??VOC2012devkit\VOCcode\VOCevalseg.m
?????文件????????282??2010-05-03?01:35??VOC2012devkit\VOCcode\VOChash_init.m
?????文件????????166??2010-05-03?01:37??VOC2012devkit\VOCcode\VOChash_lookup.m
?????文件???????3932??2012-05-10?19:11??VOC2012devkit\VOCcode\VOCinit.m
?????文件????????691??2007-03-14?22:57??VOC2012devkit\VOCcode\VOClabelcolormap.m
............此處省略17個文件信息
評論
共有 條評論