matlab中svm图片分类代码变形零件描述符(DPD)
该代码与ICCV
2013论文《可变形零件描述符》一起用于细粒度识别和属性预测。
===
用户配置
[TODO:简化这些目录路径以最小化用户设置]
在dpd_set_up.m
:
scratchdir
=
/scratch
%
for
KDES
features,
DPD
features,
etc
if
strcmp(database,
'
bird
'
)
dataset_base
=
/path/to/CUB200-
2011
%
you
edit
this
elseif
strcmp(database,
'
cub200
'
)
dataset_base
=
/path/to/CUB200-
2010
%
you
edit
this
elseif
strcmp(database,
'
human
'
)
dataset_base
=
/path/to/berkeley-human-attributes-dataset
%
you
edit
this
end
===
运行DPD
+
DeCAF演示
这是使用具有DeCAF卷
2023-03-06 21:12:28
49.79MB
系统开源
1