willard-yuan / hashing-baseline-for-image-retrieval

:octocat:Various hashing methods for image retrieval and serves as the baselines
http://yongyuan.name/habir/
615 stars 255 forks source link

Notice in SELVE #6

Open xysoul opened 7 years ago

xysoul commented 7 years ago

在SELVE中的训练过程中,需要注意一下,在初始化参数的时候,需要注意RedDim的数目不能够大于数据集的维度,如果大于,会出现下面的错误, image 需要改动的地方是,initSELVE.m文件的第6行, SELVEparam.RedDim = 300; % the left dimensions of original data 将300改为小于所使用的数据集的维度就好了。

willard-yuan commented 7 years ago

@xysoul 文档没对这个需要注意的地方指出来,非常感谢。这个issue我就不关了,方便后来碰到问题的小伙伴方便的找到它。

velvetcake commented 7 years ago

你好,请问程序里hashmethods中Our Method指的是什么呢?

xysoul commented 7 years ago

@velvetcake 就是指你自己提出的新方法,其余方法都是作为baseline

velvetcake commented 7 years ago

@xysoul 谢谢解答