
深度哈希
文章平均质量分 61
zwr1994
这个作者很懒,什么都没留下…
展开
-
深度哈希——编译论文代码(1)
caffe环境已经搭建的已经差不多了,才想起来记录问题,虽然有点晚,但还是希望以后对自己或其他人有些帮助。正在跑关于深度哈希的论文https://github.com/kevinlin311tw/caffe-cvprw15问题1:按照步骤来,在make runtest -j8 这出现了问题报错 [ FAILED ] MathFunctionsTest/0.TestSgnbitCPU, wher...原创 2018-03-16 09:18:02 · 998 阅读 · 4 评论 -
深度哈希——编译论文代码(2)
论文及代码链接:https://github.com/kevinlin311tw/cvpr16-deepbit在caffe环境下编译执行make all -j8时出现的错误错误1:fatal error: hdf5.h: No such file or directory解决:http://blog.youkuaiyun.com/xue_wenyuan/article/details/52037121错误2:...原创 2018-03-16 09:18:20 · 643 阅读 · 0 评论 -
深度哈希——编译论文代码(3)
论文:Deep Supervised Hashing for Fast Image Retrievalhttps://github.com/lhmRyan/deep-supervised-hashing-DSH①第3步将CIFAR-10数据转换成LMDB格式注意convert_cifar_data.bin的用法./build/examples/cifar10/convert_cifar_data....原创 2018-04-20 10:11:52 · 1396 阅读 · 1 评论 -
深度哈希——编译论文代码(4)
https://github.com/jiangqy/ADSH-AAAI2018paper:Qing-Yuan Jiang and Wu-Jun Li. Asymmetric Deep Supervised Hashing. AAAI-2018.matconvnet环境已经搭建好1、下载数据和模型,建立data文件夹,将数据和模型放进去2、编译matconvnet并且运行setup.m编译命令:v...原创 2018-05-13 15:30:39 · 859 阅读 · 1 评论 -
深度哈希——编译论文代码(5)
DPSH:Deep Pairwise-supervised Hashinghttps://cs.nju.edu.cn/lwj/code/DPSH.zip Wu-Jun Li, Sheng Wang, Wang-Cheng Kang. Feature Learning based Deep Supervised Hashing with Pairwise Labels. IJCAI 2016.编译过...原创 2018-06-11 09:29:50 · 558 阅读 · 0 评论 -
2017 Deep Hashing总结
(1)CVPR2017 Learning Multifunctional Binary Codes for Both Category and Attribute Oriented Retrieval Tasks Dual Purpose Hashing (DPH)创新点:大部分哈希方法都只能够保持一种相似度(例如,由categories定义的语义相似度),还有一种相似度是attributes,例...原创 2018-06-11 09:31:23 · 2339 阅读 · 0 评论