今天主要回顾一下关于图像检索中VLAD(Vector of Aggragate Locally Descriptor)算法,免得时间一长都忘记了。关于源码有时间就整理整理。 一、简介 虽然现在深度学习已经基本统一了图像识别与分类这个江湖,但是我觉得在某些小型数据库上或者小型的算法上常规的如BoW,F ...
分类:
其他好文 时间:
2017-05-26 17:31:13
阅读次数:
574
<object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/hamster/hamster.swf?" width="300" height="225" ...
分类:
其他好文 时间:
2017-05-25 10:03:27
阅读次数:
244
Material Theme提供了一下功能:1、系统widgets能够设置调色板2、系统widgets的触摸反馈3、Activity过渡动画 你能够依据你品牌的色彩来定义Material Theme。能够使用Material Theme的色彩为status bar、action bar着色。參考下图 ...
分类:
其他好文 时间:
2017-05-20 21:09:40
阅读次数:
217
1,一些总结和补充:bower指定版本是#号 npm指定版本是@号 2,下载时若要确定放哪个位置:在sublime中在你的根目录下创建一个.bowerrc文件在里面写代码 { "directory":"这写你的项目的文件名就好了" } 步骤: 1,你得有bower 2,在你的项目根目录下创建一个 . ...
分类:
其他好文 时间:
2017-05-17 20:04:15
阅读次数:
286
安装错误提示:C:\Scott>bower install bootstrap bower not-cached git://github.com/twbs/bootstrap.git#* bower resolve git://github.com/twbs/bootstrap.git#* bow ...
分类:
其他好文 时间:
2017-05-16 12:59:01
阅读次数:
118
第一步:选择、配置工具 bower、gulp、less、batarang 第二步:引入第三方依赖并进行配置 angular、ui.router、validation、ngCookies 第三步:配置路由、编写视图和逻辑 view-->html活其他视图文件 controller directive ...
分类:
其他好文 时间:
2017-05-15 00:32:26
阅读次数:
201
<div> <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/hamster/hamster.swf?up_bodyColor=f0e9cc& ...
分类:
其他好文 时间:
2017-05-09 14:49:55
阅读次数:
179
1. Convex and concave functions Concave is the upside-down of the convex function and convex is a bow-shaped function 2. Stepsize common choice: as th ...
分类:
其他好文 时间:
2017-05-01 18:20:17
阅读次数:
202
vue教程3-05 vue组件数据传递 一、vue默认情况下,子组件也没法访问父组件数据 二、数据传递 1、子组件获取父组件data 方法一: 方法二: 2、 父级获取子级数据 方法一: ...
分类:
其他好文 时间:
2017-04-28 18:34:31
阅读次数:
243